Searched refs:ENOENT (Results 51 - 75 of 112) sorted by relevance

12345

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c509.c136 return -ENOENT;
H A Dvirtio-net.c194 return -ENOENT;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_work.c225 if (errno == ENOENT)
H A Ddt_consume.c2117 * technically possible for this to fail with ENOENT. In this
2120 if (errno == ENOENT)
2182 * If we failed with ENOENT, it may be because the
2186 if (errno == ENOENT)
2293 * If we failed with ENOENT, it may be because the
2297 if (errno == ENOENT)
2315 * possible for this to return ENOENT if the CPU that called
2322 if (errno == ENOENT)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/sparc/
H A Ddt_isadep.c117 if (errno == ESRCH || errno == ENOENT) {
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c299 case ENOENT:
448 case ENOENT:
490 case ENOENT:
1243 case ENOENT:
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dwin32_errors.c71 case ENOENT:
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c1144 - ENOENT: directory does not exist.
1161 errno = ENOENT;
1185 - ENOENT: Target directory does not exist.
1210 errno = ENOENT;
/vbox/src/VBox/Devices/USB/os2/
H A DUSBProxyDevice-os2.cpp835 || errno == ENOENT)
848 && errno != ENOENT)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2_errors.c195 case ENOENT:
280 case ENOENT:
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_name.c631 errno = ENOENT;
/vbox/src/VBox/Devices/USB/testcase/
H A DtstPalmOne.c373 if (errno == ENOENT && g_fd < 0)
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dutils.c191 return -ENOENT;
204 return -ENOENT;
342 err = -ENOENT;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Disapnp.c374 return -ENOENT;
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Derrno.h583 #define ENOENT __einfo_error ( EINFO_ENOENT ) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_os2.h271 #define _MD_ENOENT ENOENT
H A D_win16.h291 #define _MD_ENOENT ENOENT
H A D_win95.h277 #define _MD_ENOENT ENOENT
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dminiunz.c174 if ((mymkdir(buffer) == -1) && (errno == ENOENT))
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c324 /* abort on ENOENT; ignore other errors like "directory already exists" */
356 if ((mkdir(buffer, 0755) == -1) && (errno == ENOENT))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h655 #undef ENOENT macro
656 #define ENOENT xf86_ENOENT macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h655 #undef ENOENT macro
656 #define ENOENT xf86_ENOENT macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h661 #undef ENOENT macro
662 #define ENOENT xf86_ENOENT macro
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dsettings.c175 return -ENOENT;
627 return -ENOENT;
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h609 #undef ENOENT macro
610 #define ENOENT xf86_ENOENT macro

Completed in 245 milliseconds

12345