/external/openssh/ |
D | sandbox-capsicum.c | 89 if (cap_rights_limit(STDIN_FILENO, &rights) < 0 && errno != ENOSYS) in ssh_sandbox_child() 91 if (cap_rights_limit(STDOUT_FILENO, &rights) < 0 && errno != ENOSYS) in ssh_sandbox_child() 93 if (cap_rights_limit(STDERR_FILENO, &rights) < 0 && errno != ENOSYS) in ssh_sandbox_child() 98 errno != ENOSYS) in ssh_sandbox_child() 102 errno != ENOSYS) in ssh_sandbox_child() 104 if (cap_enter() < 0 && errno != ENOSYS) in ssh_sandbox_child()
|
/external/fio/os/windows/ |
D | posix.c | 68 case ERROR_NOT_SUPPORTED: return ENOSYS; in win_to_posix_error() 76 case ERROR_CALL_NOT_IMPLEMENTED: return ENOSYS; in win_to_posix_error() 315 errno = ENOSYS; in fork() 322 errno = ENOSYS; in setsid() 503 errno = ENOSYS; in waitpid() 556 errno = ENOSYS; in shmget() 604 errno = ENOSYS; in shmctl() 611 errno = ENOSYS; in setuid() 618 errno = ENOSYS; in setgid() 671 return ENOSYS; in posix_madvise() [all …]
|
/external/fio/ |
D | helpers.c | 15 errno = ENOSYS; in fallocate() 30 errno = ENOSYS; in sync_file_range()
|
/external/elfutils/src/libdwfl/ |
D | linux-pid-attach.c | 383 errno = ENOSYS; in pid_next_thread() 394 errno = ENOSYS; in pid_getthread() 404 errno = ENOSYS; in __libdwfl_ptrace_attach() 415 errno = ENOSYS; in pid_memory_read() 424 errno = ENOSYS; in pid_set_initial_registers() 463 return ENOSYS; in dwfl_linux_proc_attach()
|
/external/libdrm/libkms/ |
D | linux.c | 131 ret = -ENOSYS; in linux_from_sysfs() 218 return -ENOSYS; 224 return -ENOSYS; in linux_from_udev()
|
/external/openssh/openbsd-compat/ |
D | bsd-statvfs.c | 68 errno = ENOSYS; in statvfs() 86 errno = ENOSYS; in fstatvfs()
|
D | bsd-setres_id.c | 36 errno = ENOSYS; in setresgid() 71 errno = ENOSYS; in setresuid()
|
/external/bison/lib/ |
D | pipe-safer.c | 52 errno = ENOSYS; in pipe_safer()
|
D | pipe2.c | 59 if (!(result < 0 && errno == ENOSYS)) in pipe2()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 237 #ifndef ENOSYS 238 #error ENOSYS not defined
|
/external/compiler-rt/test/msan/ |
D | ifaddrs.cc | 27 assert(errno == ENOSYS); in main()
|
/external/strace/tests/ |
D | mmsg.c | 66 if (r < 0 && errno == ENOSYS) in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 9 #define ENOSYS 38 /* Function not implemented */ macro
|
/external/valgrind/helgrind/tests/ |
D | tc18_semabuse.stderr.exp-linux-mips32-b | 24 with error code 89 (ENOSYS: Function not implemented)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 63 #define ENOSYS 89 /* Function not implemented */ macro
|
/external/valgrind/none/tests/ |
D | mq.c | 29 if (errno == ENOSYS) in main()
|
D | procfs-cmdline-exe.c | 86 errno = ENOSYS; in test_readlinkat()
|
/external/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 102 if (result == -1 && errno == ENOSYS) { in ext2fs_llseek()
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 105 if (result == -1 && errno == ENOSYS) { in blkid_llseek()
|
/external/tcpdump/win32/Include/ |
D | errno.h | 41 #define ENOSYS 38 /* Function not implemented */ macro
|
/external/libcxx/include/ |
D | cerrno | 239 #ifndef ENOSYS 240 #define ENOSYS 9942
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.hpp | 57 INVALID_OPERATION = -ENOSYS,
|
/external/blktrace/btt/ |
D | misc.c | 112 return -ENOSYS; in handle_open_failure()
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
D | trace.c | 101 if (*sysnum != -ENOSYS) in syscall_p()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3311 LSS_ERRNO == ENOSYS) { in _syscall4() 3327 LSS_ERRNO == ENOSYS) { in LSS_NAME() 3341 LSS_ERRNO == ENOSYS) { in LSS_NAME() 3354 LSS_ERRNO == ENOSYS) { in LSS_NAME() 3367 LSS_ERRNO == ENOSYS) { in LSS_NAME() 3382 LSS_ERRNO == ENOSYS) { in LSS_NAME() 3503 if (rc < 0 && LSS_ERRNO == ENOSYS) { in _syscall2() 3540 if (rc < 0 && LSS_ERRNO == ENOSYS) { in LSS_NAME() 3553 if (rc < 0 && LSS_ERRNO == ENOSYS) { in LSS_NAME() 3568 if (rc < 0 && LSS_ERRNO == ENOSYS) { in LSS_NAME() [all …]
|