Searched refs:ENODEV (Results 1 - 25 of 51) sorted by relevance

123

/external/kernel-headers/original/uapi/asm-generic/
H A Derrno-base.h22 #define ENODEV 19 /* No such device */ macro
/external/android-clat/
H A Dsetif.c53 retval = -ENODEV;
108 retval = -ENODEV;
167 return -ENODEV;
/external/chromium_org/third_party/libusb/src/msvc/
H A Derrno.h43 #define ENODEV 19 /* No such device */ macro
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h67 #ifndef ENODEV
68 #define ENODEV 19 macro
H A Dyaffsfs.c1058 yaffsfs_SetError(-ENODEV);
1114 yaffsfs_SetError(-ENODEV);
/external/tinycompress/
H A Dcompress.c321 return oops(compress, ENODEV, "device not ready");
341 return oops(compress, ENODEV, "device not ready");
363 return oops(compress, ENODEV, "device not ready");
425 return oops(compress, ENODEV, "device not ready");
477 return oops(compress, ENODEV, "device not ready");
488 return oops(compress, ENODEV, "device not ready");
497 return oops(compress, ENODEV, "device not ready");
513 return oops(compress, ENODEV, "device not ready");
522 return oops(compress, ENODEV, "device not ready");
535 return oops(compress, ENODEV, "devic
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dneed_errno.h100 #define ENODEV 19 macro
/external/chromium_org/net/base/
H A Dnet_errors_posix.cc86 case ENODEV: // No such device.
/external/tcpdump/win32/Include/
H A Derrno.h22 #define ENODEV 19 /* No such device */ macro
/external/oprofile/module/x86/
H A Dop_apic.c148 return -ENODEV;
233 return -ENODEV;
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Devent_reader_libevdev_cros.cc59 if (errno != ENODEV)
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.c840 if (errno == ENODEV)
1338 else if (errno == ENODEV)
1360 else if (errno == ENODEV)
1375 if (errno == ENODEV)
1398 else if (errno == ENODEV)
1418 else if (errno == ENODEV)
1448 if (errno == ENODEV) {
1494 else if (errno == ENODEV)
1528 else if (errno == ENODEV)
1556 else if (errno == ENODEV)
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dunix_err.c225 case ENODEV: prError = PR_NOT_TCP_SOCKET_ERROR; break;
340 case ENODEV: prError = PR_FILE_NOT_FOUND_ERROR; break;
354 case ENODEV: prError = PR_OPERATION_NOT_SUPPORTED_ERROR; break;
478 case ENODEV: prError = PR_FILE_NOT_FOUND_ERROR; break;
/external/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp189 #ifndef ENODEV
190 #error ENODEV not defined
/external/libusb/libusb/os/
H A Dlinux_usbfs.c653 if (errno == ENODEV)
1106 else if (errno == ENODEV)
1140 else if (errno == ENODEV)
1155 if (errno == ENODEV)
1178 else if (errno == ENODEV)
1198 else if (errno == ENODEV)
1214 if (errno == ENODEV)
1237 else if (errno == ENODEV)
1265 else if (errno == ENODEV)
1293 else if (errno == ENODEV)
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.c258 return ENODEV;
318 return ENODEV;
/external/qemu/target-i386/
H A Dhax-windows.c148 return -ENODEV;
178 return -ENODEV;
H A Dhax-all.c213 ret = -ENODEV;
356 ret = -ENODEV;
/external/chromium_org/ui/events/ozone/evdev/
H A Dkey_event_converter_evdev.cc214 if (errno != ENODEV)
H A Dtouch_event_converter_evdev.cc151 if (errno != ENODEV)
/external/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp68 static_assert(static_cast<int>(std::errc::no_such_device) == ENODEV, "");
/external/dhcpcd/
H A Dif-linux.c510 errno = ENODEV;
538 errno = ENODEV;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
H A DSDL_syscdrom.c63 (errno == ENODEV))
/external/fio/os/windows/
H A Dposix.c60 case ERROR_INVALID_DRIVE: return ENODEV;
63 case ERROR_BAD_UNIT: return ENODEV;
100 case ERROR_BAD_DEVICE: return ENODEV;
/external/qemu/include/
H A Dqemu-common.h69 #define ENOMEDIUM ENODEV

Completed in 901 milliseconds

123