Searched refs:ERROR_FILE_NOT_FOUND (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_delete.c | 178 smbsr_error(sr, status, ERRDOS, ERROR_FILE_NOT_FOUND); in smb_com_delete() 246 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_delete_single_file() 355 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_delete_multiple_files() 439 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_delete_check_dosattr() 446 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_delete_check_dosattr() 553 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_delete_remove_file()
|
H A D | smb_common_open.c | 212 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_common_open() 428 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_open_subr() 725 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_open_subr()
|
H A D | smb_rename.c | 845 { ENOENT, ERROR_FILE_NOT_FOUND, NT_STATUS_OBJECT_NAME_NOT_FOUND }, in smb_rename_set_error() 846 { ESRCH, ERROR_FILE_NOT_FOUND, NT_STATUS_NO_SUCH_FILE }, in smb_rename_set_error()
|
H A D | smb_query_fileinfo.c | 344 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_query_by_path() 794 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_query_fileinfo()
|
H A D | smb_directory.c | 257 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_com_delete_directory()
|
H A D | smb_trans2_find.c | 331 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_com_trans2_find_first2()
|
H A D | smb_set_fileinfo.c | 301 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_set_by_path()
|
H A D | smb_dispatch.c | 977 { ESRCH, ERRDOS, ERROR_FILE_NOT_FOUND,
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | winreg_svc.c | 831 param->status = ERROR_FILE_NOT_FOUND; in winreg_s_OpenKey() 857 param->status = ERROR_FILE_NOT_FOUND; in winreg_s_OpenKey() 911 param->status = ERROR_FILE_NOT_FOUND; in winreg_s_QueryValue()
|
H A D | spoolss_svc.c | 720 status = ERROR_FILE_NOT_FOUND; in spoolss_s_GetPrinterData() 786 status = ERROR_FILE_NOT_FOUND; in spoolss_s_GetPrinterData() 808 status = ERROR_FILE_NOT_FOUND; in spoolss_s_GetPrinterData()
|
H A D | dfs.c | 667 return (ERROR_FILE_NOT_FOUND); in dfs_link_remove() 1899 return (ERROR_FILE_NOT_FOUND); in dfs_modinfo()
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 824 if (GetLastError() != ERROR_FILE_NOT_FOUND) in unlink()
|
/titanic_44/usr/src/uts/common/smb/ |
H A D | nterror.h | 97 #define ERROR_FILE_NOT_FOUND 2 macro
|