HomeSort by relevance Sort by last modified time
    Searched defs:ENODEV (Results 1 - 25 of 43) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 39 #define ENODEV 19
  /device/google/contexthub/firmware/os/inc/
toolchain.h 33 #define ENODEV 19
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 23 #define ENODEV 19 /* No such device */
  /external/libusb/msvc/
errno.h 43 #define ENODEV 19 /* No such device */
  /external/libcxx/include/
errno.h 344 #ifndef ENODEV
345 #define ENODEV 9967
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 70 #define ENODEV 19 /* Operation not supported by device */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 71 #define ENODEV __ENODEV /* 19 Operation not supported by device */
  /external/u-boot/fs/yaffs2/
yportenv.h 141 #ifndef ENODEV
142 #define ENODEV 19
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 27 ENODEV = 19
  /external/u-boot/include/linux/
errno.h 22 #define ENODEV 19 /* No such device */
  /external/python/cpython2/Lib/plat-beos5/
IN.py 159 ENODEV = (B_POSIX_ERROR_BASE + 7)
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 31 ENODEV = 19
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 170 no_such_device, // ENODEV
373 # ifndef ENODEV
374 # define ENODEV 19
561 no_such_device = ENODEV,
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go     [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 965 ENODEV = 19
    [all...]

Completed in 1797 milliseconds

1 2