Home
last modified time | relevance | path

Searched refs:ENOSYS (Results 1 – 25 of 88) sorted by relevance

1234

/external/openssh/
Dsandbox-capsicum.c89 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/
Dposix.c68 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/
Dhelpers.c15 errno = ENOSYS; in fallocate()
30 errno = ENOSYS; in sync_file_range()
/external/elfutils/src/libdwfl/
Dlinux-pid-attach.c383 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/
Dlinux.c131 ret = -ENOSYS; in linux_from_sysfs()
218 return -ENOSYS;
224 return -ENOSYS; in linux_from_udev()
/external/openssh/openbsd-compat/
Dbsd-statvfs.c68 errno = ENOSYS; in statvfs()
86 errno = ENOSYS; in fstatvfs()
Dbsd-setres_id.c36 errno = ENOSYS; in setresgid()
71 errno = ENOSYS; in setresuid()
/external/bison/lib/
Dpipe-safer.c52 errno = ENOSYS; in pipe_safer()
Dpipe2.c59 if (!(result < 0 && errno == ENOSYS)) in pipe2()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp237 #ifndef ENOSYS
238 #error ENOSYS not defined
/external/compiler-rt/test/msan/
Difaddrs.cc27 assert(errno == ENOSYS); in main()
/external/strace/tests/
Dmmsg.c66 if (r < 0 && errno == ENOSYS) in main()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h9 #define ENOSYS 38 /* Function not implemented */ macro
/external/valgrind/helgrind/tests/
Dtc18_semabuse.stderr.exp-linux-mips32-b24 with error code 89 (ENOSYS: Function not implemented)
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h63 #define ENOSYS 89 /* Function not implemented */ macro
/external/valgrind/none/tests/
Dmq.c29 if (errno == ENOSYS) in main()
Dprocfs-cmdline-exe.c86 errno = ENOSYS; in test_readlinkat()
/external/e2fsprogs/lib/ext2fs/
Dllseek.c102 if (result == -1 && errno == ENOSYS) { in ext2fs_llseek()
/external/e2fsprogs/lib/blkid/
Dllseek.c105 if (result == -1 && errno == ENOSYS) { in blkid_llseek()
/external/tcpdump/win32/Include/
Derrno.h41 #define ENOSYS 38 /* Function not implemented */ macro
/external/libcxx/include/
Dcerrno239 #ifndef ENOSYS
240 #define ENOSYS 9942
/external/deqp/framework/platform/android/
DtcuAndroidInternals.hpp57 INVALID_OPERATION = -ENOSYS,
/external/blktrace/btt/
Dmisc.c112 return -ENOSYS; in handle_open_failure()
/external/ltrace/sysdeps/linux-gnu/s390/
Dtrace.c101 if (*sysnum != -ENOSYS) in syscall_p()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3311 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 …]

1234