/external/tinycompress/ |
D | compress.c | 321 return oops(compress, ENODEV, "device not ready"); in compress_get_hpointer() 341 return oops(compress, ENODEV, "device not ready"); in compress_get_tstamp() 363 return oops(compress, ENODEV, "device not ready"); in compress_write() 425 return oops(compress, ENODEV, "device not ready"); in compress_read() 477 return oops(compress, ENODEV, "device not ready"); in compress_start() 488 return oops(compress, ENODEV, "device not ready"); in compress_stop() 497 return oops(compress, ENODEV, "device not ready"); in compress_pause() 513 return oops(compress, ENODEV, "device not ready"); in compress_drain() 522 return oops(compress, ENODEV, "device not ready"); in compress_partial_drain() 535 return oops(compress, ENODEV, "device not ready"); in compress_next_track() [all …]
|
/external/android-clat/ |
D | setif.c | 53 retval = -ENODEV; in add_address() 108 retval = -ENODEV; in if_up() 167 return -ENODEV; in add_anycast_address()
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | linux_usbfs.c | 840 if (errno == ENODEV) in usbfs_get_active_config() 1338 else if (errno == ENODEV) in op_set_configuration() 1360 else if (errno == ENODEV) in claim_interface() 1375 if (errno == ENODEV) in release_interface() 1398 else if (errno == ENODEV) in op_set_interface() 1418 else if (errno == ENODEV) in op_clear_halt() 1448 if (errno == ENODEV) { in op_reset_device() 1494 else if (errno == ENODEV) in op_kernel_driver_active() 1528 else if (errno == ENODEV) in op_detach_kernel_driver() 1556 else if (errno == ENODEV) in op_attach_kernel_driver() [all …]
|
/external/yaffs2/yaffs2/direct/ |
D | yaffsfs.h | 67 #ifndef ENODEV 68 #define ENODEV 19 macro
|
/external/libusb/libusb/os/ |
D | linux_usbfs.c | 653 if (errno == ENODEV) in usbfs_get_active_config() 1106 else if (errno == ENODEV) in op_set_configuration() 1140 else if (errno == ENODEV) in op_claim_interface() 1155 if (errno == ENODEV) in op_release_interface() 1178 else if (errno == ENODEV) in op_set_interface() 1198 else if (errno == ENODEV) in op_clear_halt() 1214 if (errno == ENODEV) in op_reset_device() 1237 else if (errno == ENODEV) in op_kernel_driver_active() 1265 else if (errno == ENODEV) in op_detach_kernel_driver() 1293 else if (errno == ENODEV) in op_attach_kernel_driver() [all …]
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | unix_err.c | 225 case ENODEV: prError = PR_NOT_TCP_SOCKET_ERROR; break; in nss_MD_unix_map_accept_error() 340 case ENODEV: prError = PR_FILE_NOT_FOUND_ERROR; break; in nss_MD_unix_map_open_error() 354 case ENODEV: prError = PR_OPERATION_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_mmap_error() 478 case ENODEV: prError = PR_FILE_NOT_FOUND_ERROR; break; in nss_MD_unix_map_default_error()
|
/external/oprofile/module/x86/ |
D | op_apic.c | 148 return -ENODEV; in enable_apic() 233 return -ENODEV; in apic_setup()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 22 #define ENODEV 19 /* No such device */ macro
|
/external/libcxx/test/diagnostics/errno/ |
D | cerrno.pass.cpp | 189 #ifndef ENODEV 190 #error ENODEV not defined
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | errno.h | 43 #define ENODEV 19 /* No such device */ macro
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | need_errno.h | 100 #define ENODEV 19 macro
|
/external/chromium_org/net/base/ |
D | net_errors_posix.cc | 86 case ENODEV: // No such device. in MapSystemError()
|
/external/tcpdump/win32/Include/ |
D | errno.h | 22 #define ENODEV 19 /* No such device */ macro
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | errno.pxd | 23 ENODEV
|
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/ |
D | event_reader_libevdev_cros.cc | 59 if (errno != ENODEV) in OnFileCanReadWithoutBlocking()
|
/external/e2fsprogs/lib/ext2fs/ |
D | dosio.c | 258 return ENODEV; in dos_open() 318 return ENODEV; in dos_open()
|
/external/libcxx/include/ |
D | cerrno | 341 #ifndef ENODEV 342 #define ENODEV 9967
|
D | system_error | 165 no_such_device, // ENODEV 305 no_such_device = ENODEV,
|
/external/qemu/target-i386/ |
D | hax-windows.c | 148 return -ENODEV; in hax_capability() 178 return -ENODEV; in hax_mod_version()
|
/external/fio/os/windows/ |
D | posix.c | 60 case ERROR_INVALID_DRIVE: return ENODEV; in win_to_posix_error() 63 case ERROR_BAD_UNIT: return ENODEV; in win_to_posix_error() 100 case ERROR_BAD_DEVICE: return ENODEV; in win_to_posix_error()
|
/external/libcxx/test/diagnostics/syserr/ |
D | errc.pass.cpp | 68 static_assert(static_cast<int>(std::errc::no_such_device) == ENODEV, ""); in main()
|
/external/dhcpcd/ |
D | if-linux.c | 510 errno = ENODEV; in if_address() 538 errno = ENODEV; in if_route()
|
/external/chromium_org/ui/events/ozone/evdev/ |
D | key_event_converter_evdev.cc | 214 if (errno != ENODEV) in OnFileCanReadWithoutBlocking()
|
D | touch_event_converter_evdev.cc | 151 if (errno != ENODEV) in OnFileCanReadWithoutBlocking()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/ |
D | SDL_syscdrom.c | 63 (errno == ENODEV))
|