Home
last modified time | relevance | path

Searched refs:ENXIO (Results 1 – 18 of 18) sorted by relevance

/external/kernel-headers/original/asm-generic/
Derrno-base.h9 #define ENXIO 6 /* No such device or address */ macro
/external/libpcap/
Dfad-gifc.c213 if (errno == ENXIO) in scan_proc_net_dev()
381 if (errno == ENXIO) in pcap_findalldevs()
Dfad-glifc.c217 if (errno == ENXIO) in pcap_findalldevs()
/external/llvm/include/llvm/Support/
Dsystem_error.h370 # ifndef ENXIO
371 # define ENXIO 6 macro
549 no_such_device_or_address = ENXIO,
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
DSDL_syscdrom.c382 devctlret=ENXIO; in SDL_SYS_CDStatus()
389 if (devctlret==ENXIO) in SDL_SYS_CDStatus()
/external/ppp/pppd/
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)
Dsys-linux.c702 if (errno == ENXIO) { in bundle_attach()
1032 || errno == ENXIO || errno == EIO || errno == EINTR) in output()
1101 if (nr < 0 && errno == ENXIO) in read_packet()
1110 if (nr < 0 && errno == ENXIO) in read_packet()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h74 #define ENXIO ERROR_FILE_INVALID macro
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java121 public static final int ENXIO = placeholder(); field in OsConstants
659 if (errno == ENXIO) { in errnoName()
/external/wpa_supplicant_8/src/ap/
Dvlan_init.c226 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) { in br_delbr()
/external/valgrind/main/include/vki/
Dvki-darwin.h527 #define VKI_ENXIO ENXIO
/external/libusb-compat/libusb/
Dcore.c74 return ENXIO; in libusb_to_errno()
/external/qemu/target-i386/
Dhax-all.c143 return -ENXIO; in hax_get_capability()
/external/libxml2/
DxmlIO.c371 #ifdef ENXIO in __xmlIOErr()
372 else if (errno == ENXIO) code = XML_IO_ENXIO; in __xmlIOErr()
/external/e2fsprogs/e2fsck/
Dunix.c1122 else if (retval == ENXIO) in main()
/external/libppp/src/
Dbundle.c732 else if (errno == ENXIO || errno == ENOENT) { in bundle_Create()
/external/sqlite/dist/orig/
Dsqlite3.c25750 case ENXIO:
/external/sqlite/dist/
Dsqlite3.c25761 case ENXIO: