Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1043 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_char()
1052 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_short()
1053 mbc_marshal_store_byte(mbc, data >> 8); in mbc_marshal_put_short()
1062 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_long()
1063 mbc_marshal_store_byte(mbc, data >> 8); in mbc_marshal_put_long()
1075 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_long_long()
1076 mbc_marshal_store_byte(mbc, data >> 8); in mbc_marshal_put_long_long()
1141 mbc_marshal_store_byte(mbc, *s); in mbc_marshal_put_oem_string()
1175 mbc_marshal_store_byte(mbc, 0); in mbc_marshal_put_unicode_string()
1221 mbc_marshal_store_byte(mbc, wchar); in mbc_marshal_put_unicode_string()
[all …]