Home
last modified time | relevance | path

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

12

/tools/testing/selftests/x86/
Dsyscall_numbering.c29 } else if (errno != ENOSYS) { in check_enosys()
80 } else if (errno == ENOSYS) { in main()
Dsyscall_arg_fault.c72 if (ax != -EFAULT && ax != -ENOSYS) { in sigsegv_or_sigbus()
Dentry_from_vm86.c144 if (ret == -1 && (errno == ENOSYS || errno == EPERM)) { in do_test()
146 errno == ENOSYS ? "not supported" : "not allowed"); in do_test()
Dldt_gdt.c162 if (ret != 0 && errno == ENOSYS) { in install_valid_mode()
210 } else if (errno == ENOSYS) { in install_invalid()
237 } else if (errno == ENOSYS) { in fail_install()
585 if (errno != ENOSYS) in do_multicpu_tests()
/tools/testing/selftests/vm/
Dmlock2-tests.c205 if (errno == ENOSYS) { in test_mlock_lock()
268 if (errno == ENOSYS) { in test_mlock_onfault()
281 if (errno == ENOSYS) { in test_mlock_onfault()
312 if (errno == ENOSYS) { in test_lock_onfault_of_present()
427 if (errno == ENOSYS) { in test_vma_management()
Dmlock2.h20 errno = ENOSYS; in mlock2_()
/tools/testing/selftests/powerpc/syscalls/
Dipc_unmuxed.c26 return errno == ENOSYS; \
/tools/testing/selftests/tmpfs/
Dbug-link-o-tmpfile.c31 if (errno == ENOSYS || errno == EPERM) { in main()
/tools/testing/selftests/exec/
Drecursion-depth.c30 if (errno == ENOSYS || errno == EPERM) { in main()
Dexecveat.c34 errno = ENOSYS; in execveat_()
252 if (errno == ENOSYS) { in run_tests()
/tools/testing/selftests/proc/
Dproc-loadavg-001.c31 if (errno == ENOSYS || errno == EPERM) in main()
Dsetns-dcache.c55 if (errno == ENOSYS || errno == EPERM) { in main()
Dsetns-sysvipc.c54 if (errno == ENOSYS || errno == EPERM) { in main()
/tools/perf/util/
Dcloexec.c24 errno = ENOSYS; in sched_getcpu()
/tools/include/uapi/asm-generic/
Derrno.h18 #define ENOSYS 38 /* Invalid system call number */ macro
/tools/arch/sparc/include/uapi/asm/
Derrno.h64 #define ENOSYS 90 /* Function not implemented */ macro
/tools/arch/alpha/include/uapi/asm/
Derrno.h51 #define ENOSYS 78 /* Function not implemented */ macro
/tools/arch/parisc/include/uapi/asm/
Derrno.h114 #define ENOSYS 251 /* Function not implemented */ macro
/tools/arch/mips/include/uapi/asm/
Derrno.h64 #define ENOSYS 89 /* Function not implemented */ macro
/tools/testing/selftests/rseq/
Drseq.c80 case ENOSYS: in rseq_available()
/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c145 return rc == 0 || (errno != ENOENT && errno != ENOSYS); in syscall_available()
/tools/testing/selftests/membarrier/
Dmembarrier_test_impl.h301 if (errno == ENOSYS) { in test_membarrier_query()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2097 ASSERT_NE(ENOSYS, errno) { in TEST()
2148 ASSERT_NE(ENOSYS, errno) { in TEST()
2202 ASSERT_NE(ENOSYS, errno) { in TEST()
2275 ASSERT_NE(ENOSYS, errno) { in TEST()
2454 ASSERT_NE(ENOSYS, errno) { in TEST_F()
2494 ASSERT_NE(ENOSYS, errno) { in TEST_F()
2571 ASSERT_NE(ENOSYS, errno) { in TEST_F()
2602 ASSERT_NE(ENOSYS, errno) { in TEST_F()
2663 ASSERT_NE(ENOSYS, errno) { in TEST_F()
2930 ASSERT_NE(ENOSYS, errno) { in TEST_SIGNAL()
[all …]
/tools/perf/bench/
Dmem-functions.c75 if (cycles_fd < 0 && errno == ENOSYS) { in init_cycles()
/tools/testing/selftests/pidfd/
Dpidfd_test.c328 if (errno == ENOSYS) in test_pidfd_send_signal_syscall_support()

12