Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c46 static int mbc_marshal_put_long_long(mbuf_chain_t *mbc, uint64_t);
562 if (mbc_marshal_put_long_long(mbc, nt_time) != 0) in smb_mbc_vencodef()
619 if (mbc_marshal_put_long_long(mbc, llval) != 0) in smb_mbc_vencodef()
1011 mbc_marshal_put_long_long(mbuf_chain_t *mbc, uint64_t data) in mbc_marshal_put_long_long() function