HomeSort by: relevance | last modified time | path
    Searched defs:ENOSYS (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/pa/
linux-atomic.c 29 #define ENOSYS 251
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
linux-atomic.c 29 #define ENOSYS 251
  /src/external/gpl3/gdb.old/dist/sim/common/
syscall.c 45 #ifndef ENOSYS
46 #define ENOSYS EINVAL
508 errcode = ENOSYS;
540 errcode = ENOSYS;
582 errcode = ENOSYS;
637 errcode = ENOSYS;
668 errcode = ENOSYS;
  /src/external/gpl3/gdb/dist/sim/common/
syscall.c 45 #ifndef ENOSYS
46 #define ENOSYS EINVAL
508 errcode = ENOSYS;
540 errcode = ENOSYS;
582 errcode = ENOSYS;
637 errcode = ENOSYS;
668 errcode = ENOSYS;
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
utils.c 49 #ifndef ENOSYS
50 # define ENOSYS ENXIO
370 errno = ENOSYS;
387 errno = ENOSYS;
401 errno = ENOSYS;
415 errno = ENOSYS;
429 errno = ENOSYS;
632 errno = ENOSYS;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 241 #ifndef ENOSYS
242 #define ENOSYS 9942
  /src/sys/sys/
errno.h 137 #define ENOSYS 78 /* Function not implemented */
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 33 #ifndef ENOSYS
34 # define ENOSYS ENXIO
934 errno = ENOSYS;
945 errno = ENOSYS;
960 errno = ENOSYS;
971 errno = ENOSYS;
979 errno = ENOSYS;
992 errno = ENOSYS;
1003 errno = ENOSYS;
1015 errno = ENOSYS;
    [all...]

Completed in 54 milliseconds