Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c41 static int mbc_marshal_make_room(mbuf_chain_t *, int32_t);
831 if ((rc = mbc_marshal_make_room(mbc, mem_len)) != 0) in smb_mbc_put_mem()
882 mbc_marshal_make_room(mbuf_chain_t *mbc, int32_t bytes_needed) in mbc_marshal_make_room() function
982 if (mbc_marshal_make_room(mbc, sizeof (char)) != 0) in mbc_marshal_put_char()
991 if (mbc_marshal_make_room(mbc, sizeof (short))) in mbc_marshal_put_short()
1001 if (mbc_marshal_make_room(mbc, sizeof (int32_t))) in mbc_marshal_put_long()
1013 if (mbc_marshal_make_room(mbc, sizeof (int64_t))) in mbc_marshal_put_long_long()
1045 if (mbc_marshal_make_room(mbc, length)) in mbc_marshal_put_ascii_string()
1083 if (mbc_marshal_make_room(mbc, length)) in mbc_marshal_put_unicode_string()