Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c56 static int mbc_marshal_get_long(mbuf_chain_t *mbc, uint32_t *data);
206 if (mbc_marshal_get_long(mbc, &lval) != 0) in smb_mbc_vdecodef()
213 if (mbc_marshal_get_long(mbc, &lval) != 0) in smb_mbc_vdecodef()
240 if (mbc_marshal_get_long(mbc, lvalp++) != 0) in smb_mbc_vdecodef()
1419 mbc_marshal_get_long(mbuf_chain_t *mbc, uint32_t *data) in mbc_marshal_get_long() function