/external/kernel-headers/original/linux/ |
D | android_pmem.h | 78 struct file **filp) { return -ENOSYS; } in get_pmem_file() 80 unsigned long *end) { return -ENOSYS; } in get_pmem_user_addr() 86 int (*release)(struct inode *, struct file *)) { return -ENOSYS; } in pmem_setup() 89 unsigned operation) { return -ENOSYS; } in pmem_remap()
|
D | kmod.h | 33 static inline int request_module(const char * name, ...) { return -ENOSYS; } in request_module()
|
D | shm.h | 103 return -ENOSYS; in do_shmat()
|
/external/kernel-headers/original/asm-generic/ |
D | futex.h | 33 ret = -ENOSYS; in futex_atomic_op_inuser() 46 default: ret = -ENOSYS; in futex_atomic_op_inuser() 55 return -ENOSYS; in futex_atomic_cmpxchg_inatomic()
|
D | errno.h | 9 #define ENOSYS 38 /* Function not implemented */ macro
|
/external/linux-tools-perf/util/include/linux/added/ |
D | hw_breakpoint.h | 121 struct perf_event_attr *attr) { return -ENOSYS; } in modify_user_hw_breakpoint() 130 register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in register_perf_hw_breakpoint() 132 __register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in __register_perf_hw_breakpoint() 137 reserve_bp_slot(struct perf_event *bp) {return -ENOSYS; } in reserve_bp_slot()
|
/external/openssh/openbsd-compat/ |
D | bsd-statvfs.c | 26 errno = ENOSYS; in statvfs() 34 errno = ENOSYS; in fstatvfs()
|
/external/qemu/ |
D | oslib-posix.c | 100 if (ret != -1 || errno != ENOSYS) { in qemu_pipe() 123 if (ret != -1 || errno != ENOSYS) { in qemu_utimensat()
|
D | posix-aio-compat.c | 169 return -ENOSYS; in qemu_preadv() 175 return -ENOSYS; in qemu_pwritev() 257 if (nbytes < 0 && nbytes != -ENOSYS) in handle_aiocb_rw()
|
D | osdep.c | 176 if (ret != -1 || errno != ENOSYS) { in qemu_accept()
|
/external/bison/lib/ |
D | pipe-safer.c | 52 errno = ENOSYS; in pipe_safer()
|
D | pipe2.c | 59 if (!(result < 0 && errno == ENOSYS)) in pipe2()
|
D | spawni.c | 102 return ENOSYS; in __spawni()
|
/external/bluetooth/bluedroid/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 548 return -ENOSYS; in out_set_format() 666 return -ENOSYS; in out_set_volume() 936 return -ENOSYS; in adev_set_voice_volume() 943 return -ENOSYS; in adev_set_master_volume() 957 return -ENOSYS; in adev_set_mic_mute() 964 return -ENOSYS; in adev_get_mic_mute()
|
/external/kernel-headers/original/asm-mips/ |
D | errno.h | 63 #define ENOSYS 89 /* Function not implemented */ macro
|
/external/valgrind/main/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 | 105 if (result == -1 && errno == ENOSYS) { in ext2fs_llseek()
|
/external/llvm/include/llvm/Support/ |
D | system_error.h | 303 # ifndef ENOSYS 304 # define ENOSYS 40 macro 516 function_not_supported = ENOSYS,
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 105 if (result == -1 && errno == ENOSYS) { in blkid_llseek()
|
/external/kernel-headers/original/asm-x86/xen/ |
D | hypercall.h | 232 if (unlikely(rc == -ENOSYS)) { in HYPERVISOR_event_channel_op() 258 if (unlikely(rc == -ENOSYS)) { in HYPERVISOR_physdev_op()
|
/external/blktrace/btt/ |
D | misc.c | 112 return -ENOSYS; in handle_open_failure()
|
/external/strace/ |
D | syscall.c | 762 if (syscall_mode != -ENOSYS) { in get_scno() 1419 if (eax != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) { in syscall_fixup() 1429 if (rax != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) { in syscall_fixup() 1437 if (syscall_mode != -ENOSYS) in syscall_fixup() 1446 && (gpr2 == -ENOSYS || gpr2 == tcp->scno)) { in syscall_fixup() 1464 if (d0 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) { in syscall_fixup() 1484 if (ia32 && r8 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) { in syscall_fixup() 1492 if (r10 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) { in syscall_fixup() 1500 if (r3 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) { in syscall_fixup()
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | configure | 1195 to always fail with ENOSYS. Some functions are actually named 1238 to always fail with ENOSYS. Some functions are actually named 1281 to always fail with ENOSYS. Some functions are actually named
|
/external/linux-tools-perf/bench/ |
D | mem-memcpy.c | 86 if (clock_fd < 0 && errno == ENOSYS) in init_clock()
|