Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c46 static int mbc_marshal_put_short(mbuf_chain_t *mbc, uint16_t);
576 if (mbc_marshal_put_short(mbc, vdp->vdb_len) != 0) in smb_mbc_vencodef()
606 if (mbc_marshal_put_short(mbc, vdp->vdb_len) != 0) in smb_mbc_vencodef()
638 if (mbc_marshal_put_short(mbc, wval) != 0) in smb_mbc_vencodef()
699 if (mbc_marshal_put_short(mbc, t) != 0) in smb_mbc_vencodef()
701 if (mbc_marshal_put_short(mbc, d) != 0) in smb_mbc_vencodef()
713 if (mbc_marshal_put_short(mbc, d) != 0) in smb_mbc_vencodef()
715 if (mbc_marshal_put_short(mbc, t) != 0) in smb_mbc_vencodef()
1032 mbc_marshal_put_short(mbuf_chain_t *mbc, uint16_t data) in mbc_marshal_put_short() function