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

1 2

  /external/python/cpython2/Mac/scripts/
mkestrres-errno.h 7 #define ENOSYS 40 /* Function not implemented */
  /external/libcxx/include/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 25 #define ENOSYS 38
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 68 #define ENOSYS 89
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 155 #define ENOSYS 78 /* Function not implemented */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 145 #define ENOSYS __ENOSYS /* 78 Function not implemented */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 13 * -ENOSYS if users try to call a syscall that doesn't exist. To keep
16 * implementations should refrain from returning -ENOSYS.
18 #define ENOSYS 38 /* Invalid system call number */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 64 #define ENOSYS 89 /* Function not implemented */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 88 ENOSYS = 89
  /external/u-boot/include/linux/
errno.h 43 #define ENOSYS 38 /* Invalid system call number */
  /external/python/cpython2/Lib/plat-beos5/
IN.py 161 ENOSYS = (B_POSIX_ERROR_BASE + 9)
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 93 ENOSYS = 89
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 146 function_not_supported, // ENOSYS
301 # ifndef ENOSYS
302 # define ENOSYS 40
525 function_not_supported = ENOSYS,
  /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 1033 ENOSYS = 89
    [all...]

Completed in 5143 milliseconds

1 2