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

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/gold/
mremap.c 73 #ifndef ENOSYS
74 #define ENOSYS EINVAL
83 errno = ENOSYS;
  /external/python/cpython2/Mac/scripts/
mkestrres-errno.h 7 #define ENOSYS 40 /* Function not implemented */
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 128 static final int ENOSYS = OsConstants.ENOSYS;
  /external/libcxx/include/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 242 #ifndef ENOSYS
243 #define ENOSYS 9942
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 58 #define ENOSYS 40
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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 */

Completed in 476 milliseconds

1 2 3 4 5