Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c44 static void mbc_marshal_store_byte(mbuf_chain_t *, uint8_t);
1006 mbc_marshal_store_byte(mbuf_chain_t *mbc, uint8_t data) in mbc_marshal_store_byte() function
1027 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_char()
1036 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_short()
1037 mbc_marshal_store_byte(mbc, data >> 8); in mbc_marshal_put_short()
1046 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_long()
1047 mbc_marshal_store_byte(mbc, data >> 8); in mbc_marshal_put_long()
1048 mbc_marshal_store_byte(mbc, data >> 16); in mbc_marshal_put_long()
1049 mbc_marshal_store_byte(mbc, data >> 24); in mbc_marshal_put_long()
1059 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_long_long()
[all …]