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

1234

/external/openssh/openbsd-compat/
H A Dbsd-statvfs.c26 errno = ENOSYS;
34 errno = ENOSYS;
/external/kernel-headers/original/asm-generic/
H A Dfutex.h33 ret = -ENOSYS;
46 default: ret = -ENOSYS;
55 return -ENOSYS;
H A Derrno.h9 #define ENOSYS 38 /* Function not implemented */ macro
/external/kernel-headers/original/linux/
H A Dandroid_pmem.h78 struct file **filp) { return -ENOSYS; }
80 unsigned long *end) { return -ENOSYS; }
86 int (*release)(struct inode *, struct file *)) { return -ENOSYS; }
89 unsigned operation) { return -ENOSYS; }
H A Dkmod.h33 static inline int request_module(const char * name, ...) { return -ENOSYS; }
H A Dshm.h103 return -ENOSYS;
/external/linux-tools-perf/util/include/linux/added/
H A Dhw_breakpoint.h121 struct perf_event_attr *attr) { return -ENOSYS; }
130 register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; }
132 __register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; }
137 reserve_bp_slot(struct perf_event *bp) {return -ENOSYS; }
/external/qemu/
H A Doslib-posix.c100 if (ret != -1 || errno != ENOSYS) {
123 if (ret != -1 || errno != ENOSYS) {
H A Dosdep.c176 if (ret != -1 || errno != ENOSYS) {
H A Dposix-aio-compat.c169 return -ENOSYS;
175 return -ENOSYS;
257 if (nbytes < 0 && nbytes != -ENOSYS)
H A Dos-posix.c362 if (errno != ENOSYS) {
/external/kernel-headers/original/asm-mips/
H A Derrno.h63 #define ENOSYS 89 /* Function not implemented */ macro
/external/e2fsprogs/lib/blkid/
H A Dllseek.c105 if (result == -1 && errno == ENOSYS) {
/external/e2fsprogs/lib/ext2fs/
H A Dllseek.c105 if (result == -1 && errno == ENOSYS) {
/external/valgrind/main/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/llvm/include/llvm/Support/
H A Dsystem_error.h146 function_not_supported, // ENOSYS
301 # ifndef ENOSYS
302 # define ENOSYS 40 macro
514 function_not_supported = ENOSYS,
/external/kernel-headers/original/asm-x86/xen/
H A Dhypercall.h232 if (unlikely(rc == -ENOSYS)) {
258 if (unlikely(rc == -ENOSYS)) {
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c548 return -ENOSYS;
666 return -ENOSYS;
936 return -ENOSYS;
943 return -ENOSYS;
957 return -ENOSYS;
964 return -ENOSYS;
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h61 #define ENOSYS ERROR_NOT_SUPPORTED macro
/external/linux-tools-perf/bench/
H A Dmem-memcpy.c86 if (clock_fd < 0 && errno == ENOSYS)
/external/strace/
H A Dsyscall.c746 * new process still has -ENOSYS (old style) or __NR_execve
766 if (syscall_mode != -ENOSYS) {
1423 if (eax != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) {
1433 if (rax != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) {
1441 if (syscall_mode != -ENOSYS)
1450 && (gpr2 == -ENOSYS || gpr2 == tcp->scno)) {
1468 if (d0 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) {
1488 if (ia32 && r8 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) {
1496 if (r10 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) {
1504 if (r3 != -ENOSYS
[all...]
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java114 public static final int ENOSYS = placeholder(); field in class:OsConstants
638 if (errno == ENOSYS) {
639 return "ENOSYS";
/external/chromium/third_party/libevent/
H A Depoll.c121 if (errno != ENOSYS)

Completed in 4172 milliseconds

1234