Home
last modified time | relevance | path

Searched refs:ERRDOS (Results 1 – 25 of 38) sorted by relevance

12

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c327 {ERRDOS, ERRgeneral, NT_STATUS_UNSUCCESSFUL},
328 {ERRDOS, ERRbadfunc, NT_STATUS_NOT_IMPLEMENTED},
329 {ERRDOS, ERROR_INVALID_PARAMETER, NT_STATUS_INVALID_INFO_CLASS},
330 {ERRDOS, ERROR_BAD_LENGTH, NT_STATUS_INFO_LENGTH_MISMATCH},
334 {ERRDOS, ERRbadfid, NT_STATUS_INVALID_HANDLE},
336 {ERRDOS, ERROR_BAD_EXE_FORMAT, NT_STATUS_BAD_INITIAL_PC},
337 {ERRDOS, ERROR_INVALID_PARAMETER, NT_STATUS_INVALID_CID},
339 {ERRDOS, ERROR_INVALID_PARAMETER, NT_STATUS_INVALID_PARAMETER},
340 {ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_DEVICE},
341 {ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_FILE},
[all …]
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_delete.c178 smbsr_error(sr, status, ERRDOS, ERROR_FILE_NOT_FOUND); in smb_com_delete()
190 ERRDOS, ERROR_BAD_PATHNAME); in smb_com_delete()
199 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_delete()
239 ERRDOS, ERROR_INVALID_NAME); in smb_delete_single_file()
246 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_delete_single_file()
355 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_delete_multiple_files()
420 ERRDOS, ERROR_INTERNAL_ERROR); in smb_delete_check_dosattr()
426 ERRDOS, ERROR_ACCESS_DENIED); in smb_delete_check_dosattr()
432 ERRDOS, ERROR_ACCESS_DENIED); in smb_delete_check_dosattr()
439 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_delete_check_dosattr()
[all …]
H A Dsmb_fsinfo.c109 smbsr_error(sr, NT_STATUS_ACCESS_DENIED, ERRDOS, ERRnoaccess); in smb_com_query_information_disk()
206 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_trans2_query_fs_information()
351 ERRDOS, ERROR_NOT_SUPPORTED); in smb_com_trans2_query_fs_information()
381 ERRDOS, ERROR_NOT_SUPPORTED); in smb_com_trans2_query_fs_information()
386 ERRDOS, ERROR_INVALID_LEVEL); in smb_com_trans2_query_fs_information()
481 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_trans2_set_fs_information()
504 ERRDOS, ERROR_NOT_SUPPORTED); in smb_com_trans2_set_fs_information()
509 ERRDOS, ERROR_INVALID_LEVEL); in smb_com_trans2_set_fs_information()
535 ERRDOS, ERROR_NOT_SUPPORTED); in smb_trans2_set_fs_ctrl_info()
541 ERRDOS, ERROR_ACCESS_DENIED); in smb_trans2_set_fs_ctrl_info()
[all …]
H A Dsmb_locking_andx.c254 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_locking_andx()
260 ERRDOS, ERROR_INVALID_PARAMETER); in smb_com_locking_andx()
286 smbsr_error(sr, 0, ERRDOS, in smb_com_locking_andx()
296 ERRDOS, ERROR_INVALID_PARAMETER); in smb_com_locking_andx()
306 ERRDOS, ERROR_INVALID_PARAMETER); in smb_com_locking_andx()
326 ERRDOS, ERROR_NOT_LOCKED); in smb_com_locking_andx()
359 ERRDOS, ERROR_NOT_LOCKED); in smb_com_locking_andx()
H A Dsmb_set_fileinfo.c120 ERRDOS, ERROR_INVALID_FUNCTION); in smb_com_trans2_set_path_information()
158 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_set_information()
225 ERRDOS, ERROR_ACCESS_DENIED); in smb_set_by_fid()
234 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_set_by_fid()
279 ERRDOS, ERROR_ACCESS_DENIED); in smb_set_by_path()
301 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_set_by_path()
361 ERRDOS, ERROR_NOT_SUPPORTED); in smb_set_fileinfo()
368 ERRDOS, ERROR_INVALID_PARAMETER); in smb_set_fileinfo()
397 ERRDOS, ERROR_INVALID_PARAMETER); in smb_set_information()
538 ERRDOS, ERROR_INVALID_PARAMETER); in smb_set_basic_info()
[all …]
H A Dsmb_directory.c82 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_create_directory()
231 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_delete_directory()
257 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_com_delete_directory()
270 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_delete_directory()
278 ERRDOS, ERROR_PATH_NOT_FOUND); in smb_com_delete_directory()
302 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_delete_directory()
320 ERRDOS, ERROR_DIR_NOT_EMPTY); in smb_com_delete_directory()
387 smbsr_error(sr, NT_STATUS_ACCESS_DENIED, ERRDOS, in smb_com_check_directory()
422 ERRDOS, ERROR_PATH_NOT_FOUND); in smb_com_check_directory()
431 ERRDOS, ERROR_PATH_NOT_FOUND); in smb_com_check_directory()
[all …]
H A Dsmb_common_open.c207 ERRDOS, ERROR_SHARING_VIOLATION); in smb_common_open()
212 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_common_open()
338 ERRDOS, ERROR_INVALID_ACCESS); in smb_open_subr()
355 ERRDOS, ERROR_TOO_MANY_OPEN_FILES); in smb_open_subr()
391 ERRDOS, ERROR_BAD_DEV_TYPE); in smb_open_subr()
428 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_open_subr()
431 smbsr_error(sr, NT_STATUS_ACCESS_DENIED, ERRDOS, in smb_open_subr()
479 ERRDOS, ERROR_INTERNAL_ERROR); in smb_open_subr()
510 smbsr_error(sr, NT_STATUS_ACCESS_DENIED, ERRDOS, in smb_open_subr()
527 ERRDOS, ERROR_ACCESS_DENIED); in smb_open_subr()
[all …]
H A Dsmb_write.c87 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_write()
100 ERRDOS, ERROR_INVALID_PARAMETER); in smb_com_write()
178 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_write_and_close()
195 ERRDOS, ERROR_INVALID_PARAMETER); in smb_com_write_and_close()
275 smbsr_error(sr, NT_STATUS_ACCESS_DENIED, ERRDOS, ERRnoaccess); in smb_com_write_and_unlock()
281 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_write_and_unlock()
297 ERRDOS, ERROR_INVALID_PARAMETER); in smb_com_write_and_unlock()
313 ERRDOS, ERROR_NOT_LOCKED); in smb_com_write_and_unlock()
413 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_write_andx()
430 ERRDOS, ERROR_INVALID_PARAMETER); in smb_com_write_andx()
[all …]
H A Dsmb_query_fileinfo.c136 ERRDOS, ERROR_INVALID_FUNCTION); in smb_com_trans2_query_path_information()
180 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_query_information()
239 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_query_by_fid()
244 smbsr_error(sr, 0, ERRDOS, ERROR_INVALID_LEVEL); in smb_query_by_fid()
268 smbsr_error(sr, 0, ERRDOS, ERRbadfile); in smb_query_by_fid()
320 smbsr_error(sr, 0, ERRDOS, ERROR_INVALID_LEVEL); in smb_query_by_path()
344 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_query_by_path()
369 ERRDOS, ERROR_ACCESS_DENIED); in smb_query_by_path()
585 ERRDOS, ERROR_NOT_SUPPORTED); in smb_query_encode_response()
587 smbsr_error(sr, 0, ERRDOS, ERROR_INVALID_LEVEL); in smb_query_encode_response()
[all …]
H A Dsmb_dispatch.c590 ERRDOS, ERROR_ACCESS_DENIED); in smb_dispatch_request()
744 smbsr_error(sr, 0, ERRDOS, ERRbadfunc); in smb_dispatch_request()
955 { ENOSPC, ERRDOS, ERROR_DISK_FULL, NT_STATUS_DISK_FULL },
956 { EDQUOT, ERRDOS, ERROR_DISK_FULL, NT_STATUS_DISK_FULL },
958 { ENOTDIR, ERRDOS, ERRbadpath, NT_STATUS_OBJECT_PATH_NOT_FOUND },
959 { EISDIR, ERRDOS, ERRbadpath, NT_STATUS_FILE_IS_A_DIRECTORY },
960 { ENOENT, ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_FILE },
961 { ENOTEMPTY, ERRDOS, ERROR_DIR_NOT_EMPTY,
963 { EILSEQ, ERRDOS, ERROR_INVALID_NAME,
965 { EACCES, ERRDOS, ERRnoaccess, NT_STATUS_ACCESS_DENIED },
[all …]
H A Dsmb_find.c258 ERRDOS, ERROR_NO_MORE_FILES); in smb_com_search()
299 ERRDOS, ERROR_NO_MORE_FILES); in smb_com_search()
312 ERRDOS, ERROR_INVALID_HANDLE); in smb_com_search()
368 ERRDOS, ERROR_NO_MORE_FILES); in smb_com_search()
436 ERRDOS, ERROR_INVALID_NAME); in smb_com_find()
458 ERRDOS, ERROR_INVALID_HANDLE); in smb_com_find()
512 ERRDOS, ERROR_NO_MORE_FILES); in smb_com_find()
566 ERRDOS, ERROR_INVALID_HANDLE); in smb_com_find_close()
581 ERRDOS, ERROR_INVALID_HANDLE); in smb_com_find_close()
643 ERRDOS, ERROR_INVALID_NAME); in smb_com_find_unique()
[all …]
H A Dsmb_nt_create_andx.c197 ERRDOS, ERROR_PATH_NOT_FOUND); in smb_pre_nt_create_andx()
242 ERRDOS, ERRbadaccess); in smb_com_nt_create_andx()
248 ERRDOS, ERRbadaccess); in smb_com_nt_create_andx()
270 ERRDOS, ERRbadfid); in smb_com_nt_create_andx()
338 ERRDOS, ERROR_INVALID_FUNCTION); in smb_com_nt_create_andx()
H A Dsmb_trans2_dfs.c116 smbsr_error(sr, NT_STATUS_ACCESS_DENIED, ERRDOS, in smb_com_trans2_get_dfs_referral()
131 smbsr_error(sr, NT_STATUS_INVALID_PARAMETER, ERRDOS, in smb_com_trans2_get_dfs_referral()
138 smbsr_error(sr, NT_STATUS_INVALID_PARAMETER, ERRDOS, in smb_com_trans2_get_dfs_referral()
144 smbsr_error(sr, NT_STATUS_NO_SUCH_DEVICE, ERRDOS, in smb_com_trans2_get_dfs_referral()
295 ERRDOS, ERROR_MORE_DATA); in smb_dfs_encode_refv1()
345 ERRDOS, ERROR_MORE_DATA); in smb_dfs_encode_refv2()
409 ERRDOS, ERROR_MORE_DATA); in smb_dfs_encode_refv3_v4()
503 smbsr_error(sr, NT_STATUS_NO_SUCH_DEVICE, ERRDOS, in smb_dfs_referrals_get()
H A Dsmb_print.c116 ERRDOS, ERROR_BAD_DEV_TYPE); in smb_com_open_print_file()
194 ERRDOS, ERROR_BAD_DEV_TYPE); in smb_com_close_print_file()
281 ERRDOS, ERROR_BAD_DEV_TYPE); in smb_com_write_print_file()
287 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_write_print_file()
299 ERRDOS, ERROR_INTERNAL_ERROR); in smb_com_write_print_file()
305 ERRDOS, ERROR_INVALID_PARAMETER); in smb_com_write_print_file()
H A Dsmb_common_transact.c113 smbsr_error(sr, 0, ERRDOS, ERRbadformat); in smb_com_transaction()
118 smbsr_error(sr, 0, ERRDOS, ERRbadformat); in smb_com_transaction()
123 smbsr_error(sr, 0, ERRDOS, ERRbadformat); in smb_com_transaction()
143 smbsr_error(sr, 0, ERRDOS, ERRbadformat); in smb_com_transaction()
179 ERRDOS, ERRnoaccess); in smb_com_transaction_secondary()
228 smbsr_error(sr, 0, ERRDOS, ERRbadformat); in smb_com_transaction_secondary()
234 smbsr_error(sr, 0, ERRDOS, ERRbadformat); in smb_com_transaction_secondary()
325 smbsr_error(sr, 0, ERRDOS, ERRbadformat); in smb_com_transaction2()
330 smbsr_error(sr, 0, ERRDOS, ERRbadformat); in smb_com_transaction2()
335 smbsr_error(sr, 0, ERRDOS, ERRbadformat); in smb_com_transaction2()
[all …]
H A Dsmb_nt_transact_create.c88 ERRDOS, ERROR_PATH_NOT_FOUND); in smb_pre_nt_transact_create()
151 ERRDOS, ERRbadaccess); in smb_nt_transact_create()
157 ERRDOS, ERRbadaccess); in smb_nt_transact_create()
179 ERRDOS, ERRbadfid); in smb_nt_transact_create()
250 ERRDOS, ERROR_INVALID_FUNCTION); in smb_nt_transact_create()
H A Dsmb_nt_transact_notify_change.c163 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_nt_transact_notify_change()
236 err.errcls = ERRDOS; in smb_nt_transact_notify_change()
244 err.errcls = ERRDOS; in smb_nt_transact_notify_change()
253 err.errcls = ERRDOS; in smb_nt_transact_notify_change()
H A Dsmb_unlock_byte_range.c81 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_unlock_byte_range()
89 ERRDOS, ERROR_NOT_LOCKED); in smb_com_unlock_byte_range()
H A Dsmb_trans2_find.c295 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_trans2_find_first2()
313 ERRDOS, ERROR_INVALID_NAME); in smb_com_trans2_find_first2()
331 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_com_trans2_find_first2()
448 ERRDOS, ERROR_ACCESS_DENIED); in smb_com_trans2_find_next2()
470 ERRDOS, ERROR_INVALID_HANDLE); in smb_com_trans2_find_next2()
662 ERRDOS, ERROR_INVALID_LEVEL); in smb_trans2_find_get_maxdata()
950 ERRDOS, ERROR_INVALID_HANDLE); in smb_com_find_close2()
H A Dsmb_seek.c106 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_seek()
114 smbsr_error(sr, 0, ERRDOS, ERRbadfunc); in smb_com_seek()
H A Dsmb_close.c65 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_close()
106 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_close_and_tree_disconnect()
H A Dsmb_nt_transact_quota.c156 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_nt_transact_query_quota()
161 smbsr_error(sr, NT_STATUS_ACCESS_DENIED, ERRDOS, in smb_nt_transact_query_quota()
170 smbsr_error(sr, NT_STATUS_INVALID_PARAMETER, ERRDOS, in smb_nt_transact_query_quota()
289 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_nt_transact_set_quota()
294 smbsr_error(sr, NT_STATUS_ACCESS_DENIED, ERRDOS, in smb_nt_transact_set_quota()
303 smbsr_error(sr, NT_STATUS_INVALID_PARAMETER, ERRDOS, in smb_nt_transact_set_quota()
H A Dsmb_pathname.c880 ERRDOS, ERROR_BAD_PATHNAME); in smb_pathname_validate()
887 ERRDOS, ERROR_INVALID_NAME); in smb_pathname_validate()
894 ERRDOS, ERROR_PATH_NOT_FOUND); in smb_pathname_validate()
923 ERRDOS, ERROR_INVALID_NAME); in smb_validate_dirname()
953 ERRDOS, ERROR_INVALID_NAME); in smb_validate_object_name()
1058 ERRDOS, ERROR_INVALID_NAME); in smb_validate_stream_name()
1070 ERRDOS, ERROR_INVALID_NAME); in smb_validate_stream_name()
H A Dsmb_open_andx.c270 smbsr_error(sr, 0, ERRDOS, ERRbadaccess); in smb_com_open()
381 smbsr_error(sr, 0, ERRDOS, ERRbadaccess); in smb_com_open_andx()
392 smbsr_error(sr, 0, ERRDOS, ERRbadaccess); in smb_com_open_andx()
455 ERRDOS, ERROR_INVALID_FUNCTION); in smb_com_open_andx()
H A Dsmb_read.c100 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_read()
186 smbsr_error(sr, NT_STATUS_ACCESS_DENIED, ERRDOS, ERRnoaccess); in smb_com_lock_and_read()
192 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_lock_and_read()
298 smbsr_error(sr, NT_STATUS_INVALID_HANDLE, ERRDOS, ERRbadfid); in smb_com_read_andx()

12