Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_create.c1055 (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 Dsmb_find.c282 (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 Dsmb2_query_dir.c393 (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 Dsmb_dispatch.c890 (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 Dsmb2_signing.c437 (void) smb_mbc_poke(&sr->reply, hdr_off, "#c", in smb2_sign_reply()
H A Dsmb_signing.c436 (void) smb_mbc_poke(&mbc, SMB_SIG_OFFS, "#c", in smb_sign_reply()
H A Dsmb_notify.c492 (void) smb_mbc_poke(&sr->raw_data, nc->nc_last_off, "l", 0); in smb_notify_get_events()
H A Dsmb3_encrypt.c639 (void) smb_mbc_poke(out_mbc, SMB3_SIG_OFFS, "#c", in smb3_encrypt_sr()
H A Dsmb2_fsctl_sparse.c684 (void) smb_mbc_poke(fsctl->out_mbc, 0, "llll", in smb2_fsctl_query_file_regions()
H A Dsmb_trans2_find.c595 (void) smb_mbc_poke(&xa->rep_data_mb, in smb_trans2_find_entries()
H A Dsmb_query_fileinfo.c739 (void) smb_mbc_poke(mbc, prev_ent_off, "l", in smb_query_stream_info()
H A Dsmb2_dispatch.c1401 rc = smb_mbc_poke(&sr->reply, in smb2_encode_header()
H A Dsmb_mbuf_marshaling.c777 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 Dsmb_kproto.h404 int smb_mbc_poke(mbuf_chain_t *, int, const char *, ...);