Home
last modified time | relevance | path

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

12

/external/toybox/toys/other/
Dlosetup.c89 if (errno == ENXIO && (flags & (FLAG_a|FLAG_j))) goto done;
90 if (errno != ENXIO || !file) {
/external/compiler-rt/test/msan/
Dif_indextoname.cc17 assert(errno == ENXIO); in main()
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h9 #define ENXIO 6 /* No such device or address */ macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp269 #ifndef ENXIO
270 #error ENXIO not defined
/external/libcxx/include/
Dcerrno337 #ifndef ENXIO
338 #define ENXIO 9966
Dsystem_error164 no_such_device_or_address, // ENXIO
304 no_such_device_or_address = ENXIO,
Dmodule.modulemap45 EAFNOSUPPORT, EEXIST, EMLINK, ENOMEM, ENXIO, ETIMEDOUT,
/external/ppp/pppd/
Dsys-solaris.c1292 if (!hungup && errno != ENXIO)
1296 if (!hungup && errno != ENXIO)
1351 if (errno != ENXIO)
1551 if (hungup && errno == ENXIO) {
1582 if (!hungup || errno != ENXIO)
1601 if (hungup && errno == ENXIO) {
1647 if (!hungup || errno != ENXIO)
1726 if (errno != ENXIO && errno != EINVAL)
Dsys-linux.c709 if (errno == ENXIO) { in bundle_attach()
1066 || errno == ENXIO || errno == EIO || errno == EINTR) in output()
1135 if (nr < 0 && errno == ENXIO) in read_packet()
1144 if (nr < 0 && errno == ENXIO) in read_packet()
2065 else if (errno == ENODEV || errno == ENXIO) in ppp_available()
/external/libvncserver/examples/
D1instance.c26 if(errno==ENXIO) { in open_control_file()
/external/opencv3/3rdparty/openexr/Iex/
DIexThrowErrnoExc.cpp88 #if defined (ENXIO) in throwErrnoExc()
89 case ENXIO: in throwErrnoExc()
/external/tinycompress/
Dcompress.c156 oops(compress, ENXIO, "this codec is not supported"); in _is_codec_supported()
560 return oops(compress, ENXIO, "gapless apis not supported in kernel"); in compress_set_gapless_metadata()
/external/libpcap/
Dfad-gifc.c245 if (errno == ENXIO) in pcap_findalldevs_interfaces()
Dfad-glifc.c211 if (errno == ENXIO) in pcap_findalldevs_interfaces()
Dpcap-bpf.c726 case ENXIO: in pcap_can_set_rfmon_bpf()
907 case ENXIO: in pcap_read_bpf()
1376 if (error == ENXIO) { in check_setif_failure()
2346 case ENXIO:
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h74 #define ENXIO ERROR_FILE_INVALID macro
/external/libbrillo/brillo/errors/
Derror_codes.cc40 ERROR_ENTRY(ENXIO), // No such device or address
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp67 static_assert(static_cast<int>(std::errc::no_such_device_or_address) == ENXIO, ""); in main()
/external/wpa_supplicant_8/src/ap/
Dvlan_full.c247 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) { in br_delbr()
/external/libusb-compat/libusb/
Dcore.c74 return ENXIO; in libusb_to_errno()
/external/fio/os/windows/
Dposix.c118 case ERROR_FILE_INVALID: return ENXIO; in win_to_posix_error()
/external/valgrind/include/vki/
Dvki-darwin.h546 #define VKI_ENXIO ENXIO
/external/dhcpcd-6.8.2/
Dipv6.c619 errno != EADDRNOTAVAIL && errno != ENXIO && errno != ENODEV) in ipv6_deleteaddr()
823 errno != EADDRNOTAVAIL && errno != ENXIO) in ipv6_addaddrs()
Dipv4.c756 if (r == -1 && errno != EADDRNOTAVAIL && errno != ENXIO && in ipv4_deladdr()
/external/libxml2/
DxmlIO.c374 #ifdef ENXIO in __xmlIOErr()
375 else if (errno == ENXIO) code = XML_IO_ENXIO; in __xmlIOErr()

12