Home
last modified time | relevance | path

Searched refs:sz_bytes (Results 1 – 2 of 2) sorted by relevance

/src/usr.sbin/spi/
H A Dspi.c641 const char *sz_bytes; in prep_write_buffer() local
644 sz_bytes = "bytes"; /* correct plurality of 'byte|bytes' */ in prep_write_buffer()
646 sz_bytes = "byte"; in prep_write_buffer()
650 sz_bytes); in prep_write_buffer()
653 sz_bytes); in prep_write_buffer()
744 const char *sz_bytes, *sz_byte2; in _do_data_output() local
756 sz_bytes = "bytes"; /* correct plurality of 'byte|bytes' */ in _do_data_output()
758 sz_bytes = "byte"; in _do_data_output()
769 sz_bytes); in _do_data_output()
776 sz_bytes); in _do_data_output()
[all …]
/src/sys/netlink/
H A Dnetlink_snl.h874 uint32_t sz_bytes = _roundup2(target->nla_bitset_size, 32) / 8; in _cb_p_bitset() local
880 if (data_len != sz_bytes || _roundup2(data_len, 4) != data_len) in _cb_p_bitset()
889 if (data_len != sz_bytes || _roundup2(data_len, 4) != data_len) in _cb_p_bitset()