Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c42 static int mbc_marshal_make_room(mbuf_chain_t *, int32_t);
872 if ((rc = mbc_marshal_make_room(mbc, mem_len)) != 0) in smb_mbc_put_mem()
940 mbc_marshal_make_room(mbuf_chain_t *mbc, int32_t bytes_needed) in mbc_marshal_make_room() function
1041 if (mbc_marshal_make_room(mbc, sizeof (char)) != 0) in mbc_marshal_put_char()
1050 if (mbc_marshal_make_room(mbc, sizeof (short))) in mbc_marshal_put_short()
1060 if (mbc_marshal_make_room(mbc, sizeof (int32_t))) in mbc_marshal_put_long()
1072 if (mbc_marshal_make_room(mbc, sizeof (int64_t))) in mbc_marshal_put_long_long()
1137 if (mbc_marshal_make_room(mbc, 1)) { in mbc_marshal_put_oem_string()
1173 if (mbc_marshal_make_room(mbc, 1)) in mbc_marshal_put_unicode_string()
1216 if (mbc_marshal_make_room(mbc, sizeof (smb_wchar_t))) { in mbc_marshal_put_unicode_string()
[all …]