Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_print.c68 rc = smbsr_decode_vwv(sr, "ww", &setup, &mode); in smb_pre_open_print_file()
159 rc = smbsr_decode_vwv(sr, "w", &sr->smb_fid); in smb_pre_close_print_file()
227 if (smbsr_decode_vwv(sr, "ww", &max_count, &start_ix) != 0) in smb_com_get_print_queue()
256 rc = smbsr_decode_vwv(sr, "w", &sr->smb_fid); in smb_pre_write_print_file()
H A Dsmb_close.c46 rc = smbsr_decode_vwv(sr, "wl", &sr->smb_fid, &sr->arg.timestamp); in smb_pre_close()
87 rc = smbsr_decode_vwv(sr, "wl", &sr->smb_fid, &sr->arg.timestamp); in smb_pre_close_and_tree_disconnect()
H A Dsmb_create.c42 rc = smbsr_decode_vwv(sr, "wl", &op->dattr, &op->mtime.tv_sec); in smb_pre_create()
85 rc = smbsr_decode_vwv(sr, "wl", &op->dattr, &op->mtime.tv_sec); in smb_pre_create_new()
128 rc = smbsr_decode_vwv(sr, "wl", &reserved, &op->mtime.tv_sec); in smb_pre_create_temporary()
H A Dsmb_write.c58 rc = smbsr_decode_vwv(sr, "wwl", &sr->smb_fid, &count, &off); in smb_pre_write()
144 rc = smbsr_decode_vwv(sr, "wwll12.", &sr->smb_fid, in smb_pre_write_and_close()
147 rc = smbsr_decode_vwv(sr, "wwll", &sr->smb_fid, in smb_pre_write_and_close()
247 rc = smbsr_decode_vwv(sr, "wwlw", &sr->smb_fid, &count, &off, &remcnt); in smb_pre_write_and_unlock()
354 rc = smbsr_decode_vwv(sr, "4.wl4.wwwwwl", &sr->smb_fid, in smb_pre_write_andx()
362 rc = smbsr_decode_vwv(sr, "4.wl4.wwwww", &sr->smb_fid, in smb_pre_write_andx()
H A Dsmb_read.c69 rc = smbsr_decode_vwv(sr, "wwlw", &sr->smb_fid, in smb_pre_read()
155 rc = smbsr_decode_vwv(sr, "wwlw", &sr->smb_fid, in smb_pre_lock_and_read()
248 rc = smbsr_decode_vwv(sr, "b3.wlwwlwl", &param->rw_andx, in smb_pre_read_andx()
261 rc = smbsr_decode_vwv(sr, "b3.wlwwlw", &param->rw_andx, in smb_pre_read_andx()
H A Dsmb_find.c246 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0) in smb_com_search()
419 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0) in smb_com_find()
557 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0) in smb_com_find_close()
625 if (smbsr_decode_vwv(sr, "ww", &maxcount, &sattr) != 0) in smb_com_find_unique()
H A Dsmb_lock_byte_range.c83 if (smbsr_decode_vwv(sr, "wll", &sr->smb_fid, &count, &off) != 0) in smb_com_lock_byte_range()
H A Dsmb_unlock_byte_range.c76 if (smbsr_decode_vwv(sr, "wll", &sr->smb_fid, &Length, &Offset) != 0) in smb_com_unlock_byte_range()
H A Dsmb_seek.c101 if (smbsr_decode_vwv(sr, "wwl", &sr->smb_fid, &mode, &off) != 0) in smb_com_seek()
H A Dsmb_echo.c61 if (smbsr_decode_vwv(sr, "w", &necho) != 0) in smb_com_echo()
H A Dsmb_flush.c61 rc = smbsr_decode_vwv(sr, "w", &sr->smb_fid); in smb_pre_flush()
H A Dsmb_set_fileinfo.c195 if (smbsr_decode_vwv(sr, "w", &sr->smb_fid) != 0) in smb_com_set_information2()
391 if (smbsr_decode_vwv(sr, "wl10.", &attributes, &mtime) != 0) in smb_set_information()
432 if (smbsr_decode_vwv(sr, "yyy", &crtime, &atime, &mtime) != 0) in smb_set_information2()
H A Dsmb_open_andx.c225 rc = smbsr_decode_vwv(sr, "ww", &op->omode, &op->fqi.fq_sattr); in smb_pre_open()
331 rc = smbsr_decode_vwv(sr, "b.wwwwwlwll4.", &sr->andx_com, in smb_pre_open_andx()
H A Dsmb_common_transact.c79 rc = smbsr_decode_vwv(sr, SMB_TRANSHDR_ED_FMT, in smb_com_transaction()
188 rc = smbsr_decode_vwv(sr, SMB_TRANSSHDR_ED_FMT, &tpscnt, &tdscnt, in smb_com_transaction_secondary()
269 rc = smbsr_decode_vwv(sr, "wwwwwwwl2.wwww", &fid, &category, &function, in smb_com_ioctl()
303 rc = smbsr_decode_vwv(sr, SMB_TRANSHDR_ED_FMT, &tpscnt, &tdscnt, in smb_com_transaction2()
400 rc = smbsr_decode_vwv(sr, SMB_TRANS2SHDR_ED_FMT, &tpscnt, &tdscnt, in smb_com_transaction2_secondary()
577 rc = smbsr_decode_vwv(sr, SMB_NT_TRANSHDR_ED_FMT, &MaxSetupCount, in smb_com_nt_transact()
676 rc = smbsr_decode_vwv(sr, SMB_TRANS2SHDR_ED_FMT, &tpscnt, &tdscnt, in smb_com_nt_transact_secondary()
H A Dsmb_tree_connect.c252 rc = smbsr_decode_vwv(sr, "b.www", &sr->andx_com, &sr->andx_off, in smb_pre_tree_connect_andx()
H A Dsmb_locking_andx.c247 rc = smbsr_decode_vwv(sr, "4.wbblww", &sr->smb_fid, &lock_type, in smb_com_locking_andx()
H A Dsmb_nt_create_andx.c179 rc = smbsr_decode_vwv(sr, "5.wlllqlllllb", in smb_pre_nt_create_andx()
H A Dsmb_session_setup_andx.c74 rc = smbsr_decode_vwv(sr, "b.wwwwlww4.l", &sr->andx_com, in smb_pre_session_setup_andx()
110 rc = smbsr_decode_vwv(sr, "b.wwwwlw4.", &sr->andx_com, in smb_pre_session_setup_andx()
H A Dsmb_rename.c82 if ((rc = smbsr_decode_vwv(sr, "w", &src_fqi->fq_sattr)) == 0) { in smb_pre_rename()
155 rc = smbsr_decode_vwv(sr, "wwl", &src_fqi->fq_sattr, in smb_pre_nt_rename()
H A Dsmb_delete.c104 if ((rc = smbsr_decode_vwv(sr, "w", &fqi->fq_sattr)) == 0) in smb_pre_delete()
H A Dsmb_trans2_find.c944 if (smbsr_decode_vwv(sr, "w", &odid) != 0) in smb_com_find_close2()
H A Dsmb_query_fileinfo.c197 rc = smbsr_decode_vwv(sr, "w", &sr->smb_fid); in smb_pre_query_information2()
H A Dsmb_dispatch.c880 smbsr_decode_vwv(struct smb_request *sr, char *fmt, ...) in smbsr_decode_vwv() function
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h321 int smbsr_decode_vwv(smb_request_t *sr, char *fmt, ...);