Searched refs:ENOSYS (Results 1 - 25 of 78) sorted by relevance

1234

/external/openssh/
H A Dsandbox-capsicum.c89 if (cap_rights_limit(STDIN_FILENO, &rights) < 0 && errno != ENOSYS)
91 if (cap_rights_limit(STDOUT_FILENO, &rights) < 0 && errno != ENOSYS)
93 if (cap_rights_limit(STDERR_FILENO, &rights) < 0 && errno != ENOSYS)
98 errno != ENOSYS)
102 errno != ENOSYS)
104 if (cap_enter() < 0 && errno != ENOSYS)
/external/fio/
H A Dhelpers.c15 errno = ENOSYS;
30 errno = ENOSYS;
H A Dmemory.c87 } else if (errno == ENOSYS) {
/external/bison/lib/
H A Dpipe-safer.c27 STDIN_FILENO, STDOUT_FILENO, or STDERR_FILENO. Fail with ENOSYS on
52 errno = ENOSYS;
H A Dpipe2.c59 if (!(result < 0 && errno == ENOSYS))
H A Dspawni.c102 return ENOSYS;
/external/openssh/openbsd-compat/
H A Dbsd-setres_id.c36 errno = ENOSYS;
71 errno = ENOSYS;
H A Dbsd-statvfs.c68 errno = ENOSYS;
86 errno = ENOSYS;
/external/libdrm/libkms/
H A Dlinux.c131 ret = -ENOSYS;
218 return -ENOSYS;
224 return -ENOSYS;
/external/elfutils/src/libdwfl/
H A Dlinux-pid-attach.c383 errno = ENOSYS;
394 errno = ENOSYS;
404 errno = ENOSYS;
415 errno = ENOSYS;
424 errno = ENOSYS;
463 return ENOSYS;
/external/compiler-rt/test/msan/
H A Difaddrs.cc27 assert(errno == ENOSYS);
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h9 #define ENOSYS 38 /* Function not implemented */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h63 #define ENOSYS 89 /* Function not implemented */ macro
/external/strace/tests/
H A Dmmsg.c66 if (r < 0 && errno == ENOSYS)
/external/tcpdump/win32/Include/
H A Derrno.h41 #define ENOSYS 38 /* Function not implemented */ macro
/external/fio/os/windows/
H A Dposix.c68 case ERROR_NOT_SUPPORTED: return ENOSYS;
76 case ERROR_CALL_NOT_IMPLEMENTED: return ENOSYS;
315 errno = ENOSYS;
322 errno = ENOSYS;
503 errno = ENOSYS;
556 errno = ENOSYS;
604 errno = ENOSYS;
611 errno = ENOSYS;
618 errno = ENOSYS;
671 return ENOSYS;
[all...]
/external/e2fsprogs/lib/blkid/
H A Dllseek.c105 if (result == -1 && errno == ENOSYS) {
/external/e2fsprogs/lib/ext2fs/
H A Dllseek.c102 if (result == -1 && errno == ENOSYS) {
/external/valgrind/none/tests/
H A Dmq.c29 if (errno == ENOSYS)
H A Dprocfs-cmdline-exe.c86 errno = ENOSYS;
/external/blktrace/btt/
H A Dmisc.c112 return -ENOSYS;
/external/deqp/framework/platform/android/
H A DtcuAndroidInternals.hpp57 INVALID_OPERATION = -ENOSYS,
/external/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp237 #ifndef ENOSYS
238 #error ENOSYS not defined
/external/ltrace/sysdeps/linux-gnu/s390/
H A Dtrace.c101 if (*sysnum != -ENOSYS)
/external/iproute2/ip/
H A Dipnetns.c37 errno = ENOSYS;

Completed in 1023 milliseconds

1234