/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session_setup_andx.c | 77 rc = smbsr_decode_data(sr, "%#c", sr, sinfo->ssi_lmpwlen, in smb_pre_session_setup_andx() 84 if (smbsr_decode_data(sr, "%u", sr, &sinfo->ssi_user) != 0) in smb_pre_session_setup_andx() 87 if (smbsr_decode_data(sr, "%u", sr, &sinfo->ssi_domain) != 0) in smb_pre_session_setup_andx() 113 rc = smbsr_decode_data(sr, "%#c#cuu", sr, in smb_pre_session_setup_andx() 142 rc = smbsr_decode_data(sr, "%#c", sr, in smb_pre_session_setup_andx() 169 rc = smbsr_decode_data(sr, "%u", sr, &native_os); in smb_pre_session_setup_andx() 176 rc = smbsr_decode_data(sr, "%,u", sr, &native_lm); in smb_pre_session_setup_andx() 178 rc = smbsr_decode_data(sr, "%u", sr, &native_lm); in smb_pre_session_setup_andx()
|
H A D | smb_create.c | 45 rc = smbsr_decode_data(sr, "%S", sr, &op->fqi.fq_path.pn_path); in smb_pre_create() 88 rc = smbsr_decode_data(sr, "%S", sr, &op->fqi.fq_path.pn_path); in smb_pre_create_new() 131 rc = smbsr_decode_data(sr, "%S", sr, &op->fqi.fq_path.pn_path); in smb_pre_create_temporary()
|
H A D | smb_rename.c | 69 rc = smbsr_decode_data(sr, "%SS", sr, &src_fqi->fq_path.pn_path, in smb_pre_rename() 143 rc = smbsr_decode_data(sr, "%SS", sr, in smb_pre_nt_rename()
|
H A D | smb_tree_connect.c | 97 rc = smbsr_decode_data(sr, "%AAA", sr, &tcon->path, in smb_pre_tree_connect() 285 rc = smbsr_decode_data(sr, "%#cus", sr, pwlen, pwbuf, in smb_pre_tree_connect_andx()
|
H A D | smb_write.c | 96 rc = smbsr_decode_data(sr, "D", ¶m->rw_vdb); in smb_com_write() 190 rc = smbsr_decode_data(sr, ".#B", param->rw_count, in smb_com_write_and_close() 293 rc = smbsr_decode_data(sr, "D", ¶m->rw_vdb); in smb_com_write_and_unlock() 425 rc = smbsr_decode_data(sr, "#.#B", param->rw_dsoff, param->rw_count, in smb_com_write_andx()
|
H A D | smb_directory.c | 59 rc = smbsr_decode_data(sr, "%S", sr, in smb_pre_create_directory() 206 rc = smbsr_decode_data(sr, "%S", sr, in smb_pre_delete_directory() 361 rc = smbsr_decode_data(sr, "%S", sr, in smb_pre_check_directory()
|
H A D | smb_find.c | 251 rc = smbsr_decode_data(sr, "%Abw", sr, &pn->pn_path, &type, &key_len); in smb_com_search() 431 rc = smbsr_decode_data(sr, "%Abw", sr, &pn->pn_path, &type, &key_len); in smb_com_find() 576 rc = smbsr_decode_data(sr, "%Abw", sr, &path, &type, &key_len); in smb_com_find_close() 647 if ((smbsr_decode_data(sr, "%AV", sr, &pn->pn_path, vdb) != 0) || in smb_com_find_unique()
|
H A D | smb_print.c | 70 rc = smbsr_decode_data(sr, "%S", sr, &identifier); in smb_pre_open_print_file() 303 if ((smbsr_decode_data(sr, "D", ¶m->rw_vdb)) != 0) { in smb_com_write_print_file()
|
H A D | smb_open_andx.c | 227 rc = smbsr_decode_data(sr, "%S", sr, &op->fqi.fq_path.pn_path); in smb_pre_open() 341 rc = smbsr_decode_data(sr, "%u", sr, &op->fqi.fq_path.pn_path); in smb_pre_open_andx()
|
H A D | smb_nt_create_andx.c | 200 rc = smbsr_decode_data(sr, "%#u", sr, NameLength, in smb_pre_nt_create_andx()
|
H A D | smb_negotiate.c | 363 if (smbsr_decode_data(sr, "%L", sr, &negprot->ni_name) != 0) { in smb_pre_negotiate()
|
H A D | smb_delete.c | 105 rc = smbsr_decode_data(sr, "%S", sr, &fqi->fq_path.pn_path); in smb_pre_delete()
|
H A D | smb_set_fileinfo.c | 152 if (smbsr_decode_data(sr, "%S", sr, &fqi->fq_path.pn_path) != 0) in smb_com_set_information()
|
H A D | smb_query_fileinfo.c | 150 rc = smbsr_decode_data(sr, "%S", sr, &fqi->fq_path.pn_path); in smb_pre_query_information()
|
H A D | smb_common_transact.c | 101 rc = smbsr_decode_data(sr, "%.U", sr, &stn); in smb_com_transaction() 103 rc = smbsr_decode_data(sr, "%s", sr, &stn); in smb_com_transaction()
|
H A D | smb_dispatch.c | 986 smbsr_decode_data(struct smb_request *sr, const char *fmt, ...) in smbsr_decode_data() function
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 384 int smbsr_decode_data(smb_request_t *sr, const char *, ...);
|