Searched refs:mbc_marshal_make_room (Results 1 – 1 of 1) sorted by relevance
43 static int mbc_marshal_make_room(mbuf_chain_t *, int32_t);876 if ((rc = mbc_marshal_make_room(mbc, mem_len)) != 0) in smb_mbc_put_mem()927 mbc_marshal_make_room(mbuf_chain_t *mbc, int32_t bytes_needed) in mbc_marshal_make_room() function1025 if (mbc_marshal_make_room(mbc, sizeof (char)) != 0) in mbc_marshal_put_char()1034 if (mbc_marshal_make_room(mbc, sizeof (short))) in mbc_marshal_put_short()1044 if (mbc_marshal_make_room(mbc, sizeof (int32_t))) in mbc_marshal_put_long()1056 if (mbc_marshal_make_room(mbc, sizeof (int64_t))) in mbc_marshal_put_long_long()1088 if (mbc_marshal_make_room(mbc, length)) in mbc_marshal_put_ascii_string()1126 if (mbc_marshal_make_room(mbc, length)) in mbc_marshal_put_unicode_string()