/system/extras/tests/audio/alsa/ |
pcmtest.cpp | 83 return -ENXIO;
|
/external/tinycompress/ |
compress.c | 156 oops(compress, ENXIO, "this codec is not supported"); 560 return oops(compress, ENXIO, "gapless apis not supported in kernel");
|
/libcore/luni/src/main/java/android/system/ |
OsConstants.java | 222 public static final int ENXIO = placeholder(); [all...] |
/external/ppp/pppd/ |
sys-linux.c | 709 if (errno == ENXIO) { 1066 || errno == ENXIO || errno == EIO || errno == EINTR) 1135 if (nr < 0 && errno == ENXIO) 1144 if (nr < 0 && errno == ENXIO) [all...] |
/external/libpcap/ |
pcap-bpf.c | 726 case ENXIO: 907 case ENXIO: [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_linux.c | 602 exit(ENXIO);
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
qhdmi_cec.cpp | 260 if (err == -ENXIO) {
|
/prebuilts/go/darwin-x86/src/syscall/ |
tables_nacl.go | 103 ENXIO Errno = 6 /* No such device or address */ 229 ENXIO: "No such device or address",
|
/prebuilts/go/linux-x86/src/syscall/ |
tables_nacl.go | 103 ENXIO Errno = 6 /* No such device or address */ 229 ENXIO: "No such device or address",
|
/system/core/libnetutils/ |
dhcpclient.c | 479 if (errno == ENETDOWN || errno == ENXIO) {
|
/external/wpa_supplicant_8/src/ap/ |
vlan_full.c | 247 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) {
|
/system/extras/libfec/ |
fec_read.cpp | 425 errno = ENXIO;
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
i2c.c | 854 return -ENXIO;
|
/external/fio/os/windows/ |
posix.c | 118 case ERROR_FILE_INVALID: return ENXIO;
|
/external/libusb-compat/libusb/ |
core.c | 74 return ENXIO;
|
/external/valgrind/include/vki/ |
vki-darwin.h | 546 #define VKI_ENXIO ENXIO
|
vki-solaris.h | 432 #define VKI_ENXIO ENXIO [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
macerrors.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
macerrors.py | [all...] |
/system/core/init/ |
builtins.cpp | 442 if (ioctl(loop, LOOP_GET_STATUS, &info) < 0 && errno == ENXIO) {
|
/external/dhcpcd-6.8.2/ |
ipv6.c | 619 errno != EADDRNOTAVAIL && errno != ENXIO && errno != ENODEV) 823 errno != EADDRNOTAVAIL && errno != ENXIO) [all...] |
ipv4.c | 756 if (r == -1 && errno != EADDRNOTAVAIL && errno != ENXIO &&
|
/external/libxml2/ |
xmlIO.c | 190 "No such device or address",/* ENXIO */ 374 #ifdef ENXIO 375 else if (errno == ENXIO) code = XML_IO_ENXIO; [all...] |
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/ |
omx_rpc_stub.c | 103 if(status < 0 && errno == ENXIO) { \ [all...] |
/libcore/luni/src/main/native/ |
android_system_OsConstants.cpp | 192 initConstant(env, c, "ENXIO", ENXIO);
|