Home
last modified time | relevance | path

Searched refs:ERROR_FILE_NOT_FOUND (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_delete.c178 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 Dsmb_common_open.c212 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 Dsmb_rename.c845 { 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 Dsmb_query_fileinfo.c344 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_query_by_path()
794 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_query_fileinfo()
H A Dsmb_directory.c257 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_com_delete_directory()
H A Dsmb_trans2_find.c331 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_com_trans2_find_first2()
H A Dsmb_set_fileinfo.c301 ERRDOS, ERROR_FILE_NOT_FOUND); in smb_set_by_path()
H A Dsmb_dispatch.c977 { ESRCH, ERRDOS, ERROR_FILE_NOT_FOUND,
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dwinreg_svc.c831 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 Dspoolss_svc.c720 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 Ddfs.c667 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 Domitted.c824 if (GetLastError() != ERROR_FILE_NOT_FOUND) in unlink()
/titanic_44/usr/src/uts/common/smb/
H A Dnterror.h97 #define ERROR_FILE_NOT_FOUND 2 macro