Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c57 static int mbc_marshal_get_long(mbuf_chain_t *mbc, uint32_t *data);
207 if (mbc_marshal_get_long(mbc, &lval) != 0) in smb_mbc_vdecodef()
214 if (mbc_marshal_get_long(mbc, &lval) != 0) in smb_mbc_vdecodef()
241 if (mbc_marshal_get_long(mbc, lvalp++) != 0) in smb_mbc_vdecodef()
1273 mbc_marshal_get_long(mbuf_chain_t *mbc, uint32_t *data) in mbc_marshal_get_long() function