/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_create.c | 1055 (void) smb_mbc_poke(mbc, last_top, "l", in smb2_encode_create_ctx() 1075 (void) smb_mbc_poke(mbc, last_top, "l", in smb2_encode_create_ctx() 1088 (void) smb_mbc_poke(mbc, last_top, "l", in smb2_encode_create_ctx() 1116 (void) smb_mbc_poke(mbc, last_top, "l", in smb2_encode_create_ctx() 1131 (void) smb_mbc_poke(mbc, last_top, "l", in smb2_encode_create_ctx() 1147 (void) smb_mbc_poke(mbc, last_top, "l", in smb2_encode_create_ctx() 1152 (void) smb_mbc_poke(mbc, last_top, "l", 0); in smb2_encode_create_ctx()
|
H A D | smb_find.c | 282 (void) smb_mbc_poke(&sr->reply, sr->cur_reply_offset, "bwwbw", in smb_com_search() 381 if (smb_mbc_poke(&sr->reply, sr->cur_reply_offset, "bwwbw", in smb_com_search() 535 if (smb_mbc_poke(&sr->reply, sr->cur_reply_offset, "bwwbw", in smb_com_find() 721 if (smb_mbc_poke(&sr->reply, sr->cur_reply_offset, in smb_com_find_unique()
|
H A D | smb2_query_dir.c | 393 (void) smb_mbc_poke(&sr->raw_data, in smb2_find_entries() 650 (void) smb_mbc_poke(&sr->raw_data, starting_offset, "l", in smb2_find_mbc_encode()
|
H A D | smb_dispatch.c | 890 (void) smb_mbc_poke(&sr->reply, sr->andx_prev_wct + 1, "b.w", in smb1sr_work() 988 (void) smb_mbc_poke(&sr->reply, offset, "bb", in smbsr_check_result() 1054 (void) smb_mbc_poke(&sr->reply, 0, SMB_HEADER_ED_FMT, in smbsr_send_reply()
|
H A D | smb2_signing.c | 437 (void) smb_mbc_poke(&sr->reply, hdr_off, "#c", in smb2_sign_reply()
|
H A D | smb_signing.c | 436 (void) smb_mbc_poke(&mbc, SMB_SIG_OFFS, "#c", in smb_sign_reply()
|
H A D | smb_notify.c | 492 (void) smb_mbc_poke(&sr->raw_data, nc->nc_last_off, "l", 0); in smb_notify_get_events()
|
H A D | smb3_encrypt.c | 639 (void) smb_mbc_poke(out_mbc, SMB3_SIG_OFFS, "#c", in smb3_encrypt_sr()
|
H A D | smb2_fsctl_sparse.c | 684 (void) smb_mbc_poke(fsctl->out_mbc, 0, "llll", in smb2_fsctl_query_file_regions()
|
H A D | smb_trans2_find.c | 595 (void) smb_mbc_poke(&xa->rep_data_mb, in smb_trans2_find_entries()
|
H A D | smb_query_fileinfo.c | 739 (void) smb_mbc_poke(mbc, prev_ent_off, "l", in smb_query_stream_info()
|
H A D | smb2_dispatch.c | 1401 rc = smb_mbc_poke(&sr->reply, in smb2_encode_header()
|
H A D | smb_mbuf_marshaling.c | 777 smb_mbc_poke(mbuf_chain_t *mbc, int offset, const char *fmt, ...) in smb_mbc_poke() function
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 404 int smb_mbc_poke(mbuf_chain_t *, int, const char *, ...);
|