Searched refs:mbc_marshal_store_byte (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_marshaling.c | 42 static void mbc_marshal_store_byte(mbuf_chain_t *, uint8_t); 963 mbc_marshal_store_byte(mbuf_chain_t *mbc, uint8_t data) in mbc_marshal_store_byte() function 984 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_char() 993 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_short() 994 mbc_marshal_store_byte(mbc, data >> 8); in mbc_marshal_put_short() 1003 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_long() 1004 mbc_marshal_store_byte(mbc, data >> 8); in mbc_marshal_put_long() 1005 mbc_marshal_store_byte(mbc, data >> 16); in mbc_marshal_put_long() 1006 mbc_marshal_store_byte(mbc, data >> 24); in mbc_marshal_put_long() 1016 mbc_marshal_store_byte(mbc, data); in mbc_marshal_put_long_long() [all …]
|