Searched refs:ENXIO (Results 1 - 25 of 38) sorted by relevance

12

/external/compiler-rt/test/msan/
H A Dif_indextoname.cc17 assert(errno == ENXIO);
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno-base.h9 #define ENXIO 6 /* No such device or address */ macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Derrno.h30 #define ENXIO 6 /* No such device or address */ macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dneed_errno.h88 #define ENXIO 6 macro
/external/tcpdump/win32/Include/
H A Derrno.h9 #define ENXIO 6 /* No such device or address */ macro
/external/chromium_org/net/third_party/nss/ssl/
H A Dunix_err.c58 case ENXIO: prError = PR_IO_ERROR; break;
137 case ENXIO: prError = PR_INVALID_ARGUMENT_ERROR; break;
148 case ENXIO: prError = PR_INVALID_METHOD_ERROR; break;
246 case ENXIO: prError = PR_IO_ERROR; break;
355 case ENXIO: prError = PR_INVALID_ARGUMENT_ERROR; break;
493 case ENXIO: prError = PR_FILE_NOT_FOUND_ERROR; break;
/external/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp269 #ifndef ENXIO
270 #error ENXIO not defined
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
H A DSDL_syscdrom.c382 devctlret=ENXIO;
389 if (devctlret==ENXIO)
/external/ppp/pppd/
H A Dsys-solaris.c1289 if (!hungup && errno != ENXIO)
1293 if (!hungup && errno != ENXIO)
1348 if (errno != ENXIO)
1548 if (hungup && errno == ENXIO) {
1579 if (!hungup || errno != ENXIO)
1598 if (hungup && errno == ENXIO) {
1644 if (!hungup || errno != ENXIO)
1723 if (errno != ENXIO && errno != EINVAL)
H A Dsys-linux.c703 if (errno == ENXIO) {
1033 || errno == ENXIO || errno == EIO || errno == EINTR)
1102 if (nr < 0 && errno == ENXIO)
1111 if (nr < 0 && errno == ENXIO)
/external/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp67 static_assert(static_cast<int>(std::errc::no_such_device_or_address) == ENXIO, "");
/external/libpcap/
H A Dfad-gifc.c251 if (errno == ENXIO)
H A Dfad-glifc.c217 if (errno == ENXIO)
H A Dpcap-bpf.c730 case ENXIO:
911 case ENXIO:
1380 if (error == ENXIO) {
2321 case ENXIO:
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dopenbsd_usb.c161 if (errno != ENOENT && errno != ENXIO)
764 if (((fd = open(devnode, O_RDWR)) < 0) && (errno == ENXIO))
/external/tinycompress/
H A Dcompress.c156 oops(compress, ENXIO, "this codec is not supported");
560 return oops(compress, ENXIO, "gapless apis not supported in kernel");
/external/chromium_org/device/serial/
H A Dserial_io_handler_posix.cc179 if (errno == ENXIO) {
/external/fio/os/windows/
H A Dposix.c118 case ERROR_FILE_INVALID: return ENXIO;
/external/libusb-compat/libusb/
H A Dcore.c74 return ENXIO;
/external/lldb/source/Core/
H A DConnectionFileDescriptor.cpp487 case ENXIO: // An action is requested of a device that does not exist..
/external/qemu/target-i386/
H A Dhax-all.c145 return -ENXIO;
/external/valgrind/main/include/vki/
H A Dvki-darwin.h527 #define VKI_ENXIO ENXIO
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_init.c220 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) {
/external/wpa_supplicant_8/src/ap/
H A Dvlan_init.c220 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_init.c220 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) {

Completed in 551 milliseconds

12