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

12

/external/kernel-headers/original/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/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/libpcap/
H A Dfad-gifc.c213 if (errno == ENXIO)
381 if (errno == ENXIO)
H A Dfad-glifc.c217 if (errno == ENXIO)
/external/llvm/include/llvm/Support/
H A Dsystem_error.h171 no_such_device_or_address, // ENXIO
372 # ifndef ENXIO
373 # define ENXIO 6 macro
551 no_such_device_or_address = ENXIO,
/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.c702 if (errno == ENXIO) {
1032 || errno == ENXIO || errno == EIO || errno == EINTR)
1101 if (nr < 0 && errno == ENXIO)
1110 if (nr < 0 && errno == ENXIO)
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dopenbsd_usb.c153 if (errno != ENOENT && errno != ENXIO)
690 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/libusb-compat/libusb/
H A Dcore.c74 return ENXIO;
/external/qemu/target-i386/
H A Dhax-all.c143 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.c226 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) {
/external/wpa_supplicant_8/src/ap/
H A Dvlan_init.c226 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_init.c226 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) {
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c184 "No such device or address",/* ENXIO */
368 #ifdef ENXIO
369 else if (errno == ENXIO) code = XML_IO_ENXIO;
/external/libxml2/
H A DxmlIO.c187 "No such device or address",/* ENXIO */
371 #ifdef ENXIO
372 else if (errno == ENXIO) code = XML_IO_ENXIO;
/external/e2fsprogs/e2fsck/
H A Dunix.c1122 else if (retval == ENXIO)
/external/libppp/src/
H A Dbundle.c732 else if (errno == ENXIO || errno == ENOENT) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c671 case ENXIO:
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24827 case ENXIO:
[all...]

Completed in 2562 milliseconds

12