Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c55 static int mbc_marshal_get_short(mbuf_chain_t *mbc, uint16_t *data);
233 if (mbc_marshal_get_short(mbc, wvalp++) != 0) in smb_mbc_vdecodef()
277 if (mbc_marshal_get_short(mbc, &wval) != 0) in smb_mbc_vdecodef()
339 if (mbc_marshal_get_short(mbc, in smb_mbc_vdecodef()
342 if (mbc_marshal_get_short(mbc, in smb_mbc_vdecodef()
354 if (mbc_marshal_get_short(mbc, in smb_mbc_vdecodef()
357 if (mbc_marshal_get_short(mbc, in smb_mbc_vdecodef()
1392 mbc_marshal_get_short(mbuf_chain_t *mbc, uint16_t *data) in mbc_marshal_get_short() function
1643 if (mbc_marshal_get_short(mbc, &wchar) != 0) { in mbc_marshal_get_unicode_string()