Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c45 static int mbc_marshal_put_short(mbuf_chain_t *mbc, uint16_t);
573 if (mbc_marshal_put_short(mbc, vdp->vdb_len) != 0) in smb_mbc_vencodef()
603 if (mbc_marshal_put_short(mbc, vdp->vdb_len) != 0) in smb_mbc_vencodef()
635 if (mbc_marshal_put_short(mbc, wval) != 0) in smb_mbc_vencodef()
707 if (mbc_marshal_put_short(mbc, t) != 0) in smb_mbc_vencodef()
709 if (mbc_marshal_put_short(mbc, d) != 0) in smb_mbc_vencodef()
721 if (mbc_marshal_put_short(mbc, d) != 0) in smb_mbc_vencodef()
723 if (mbc_marshal_put_short(mbc, t) != 0) in smb_mbc_vencodef()
1048 mbc_marshal_put_short(mbuf_chain_t *mbc, uint16_t data) in mbc_marshal_put_short() function