Searched refs:ENOSYS (Results 1 - 25 of 82) 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/bluetooth/bluez/test/
H A Dlmptest.c160 dev, strerror(ENOSYS), 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)
/external/kernel-headers/original/asm-mips/
H A Derrno.h63 #define ENOSYS 89 /* Function not implemented */ macro
/external/bluetooth/hcidump/src/
H A Dcsrsniff.c220 dev, strerror(ENOSYS), ENOSYS);
H A Dbpasniff.c425 dev, strerror(ENOSYS), ENOSYS);
/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/bluetooth/bluez/plugins/
H A Dmgmtops.c1582 return -ENOSYS;
1624 return -ENOSYS;
1655 return -ENOSYS;
1661 return -ENOSYS;
1673 return -ENOSYS;
1699 return -ENOSYS;
1709 return -ENOSYS;
1792 return -ENOSYS;
1798 return -ENOSYS;
1809 return -ENOSYS;
[all...]
/external/bluetooth/bluez/audio/
H A Dandroid_audio_hw.c193 return -ENOSYS;
199 return -ENOSYS;
856 return -ENOSYS;
861 return -ENOSYS;
872 return -ENOSYS;
877 return -ENOSYS;
907 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/bluetooth/bluez/lib/
H A Dbluetooth.c260 return ENOSYS;
/external/kernel-headers/original/asm-x86/xen/
H A Dhypercall.h232 if (unlikely(rc == -ENOSYS)) {
258 if (unlikely(rc == -ENOSYS)) {
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h61 #define ENOSYS ERROR_NOT_SUPPORTED macro

Completed in 517 milliseconds

1234