Home
last modified time | relevance | path

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

123

/tools/testing/selftests/x86/
A Dsyscall_numbering.c219 return check_for(msb, nr, nr, -ENOSYS); in check_enosys()
239 } else if (ret == -ENOSYS) { in test_x32()
263 check_for(msb, -64, -2, -ENOSYS); in test_syscalls_common()
267 check_for(msb, -1, -1, -ENOSYS); in test_syscalls_common()
268 check_for(msb, X32_BIT-64, X32_BIT-1, -ENOSYS); in test_syscalls_common()
269 check_for(msb, -64-X32_BIT, -1-X32_BIT, -ENOSYS); in test_syscalls_common()
270 check_for(msb, INT_MAX-64, INT_MAX-1, -ENOSYS); in test_syscalls_common()
282 check_for(msb, 512, 547, -ENOSYS); in test_syscalls_with_x32()
301 check_for(msb, 0 | X32_BIT, 999 | X32_BIT, -ENOSYS); in test_syscalls_without_x32()
A Dentry_from_vm86.c124 if (ret == -1 && (errno == ENOSYS || errno == EPERM)) { in do_test()
126 errno == ENOSYS ? "not supported" : "not allowed"); in do_test()
A Dsyscall_arg_fault.c37 if (ax != -EFAULT && ax != -ENOSYS) { in sigsegv_or_sigbus()
A Diopl.c164 case -ENOSYS: in main()
A Dldt_gdt.c164 if (ret != 0 && errno == ENOSYS) { in install_valid_mode()
212 } else if (errno == ENOSYS) { in install_invalid()
239 } else if (errno == ENOSYS) { in fail_install()
575 if (errno != ENOSYS) in do_multicpu_tests()
/tools/objtool/
A Dweak.c15 return ENOSYS; \
/tools/testing/selftests/powerpc/syscalls/
A Dipc_unmuxed.c26 return errno == ENOSYS; \
/tools/testing/selftests/tmpfs/
A Dbug-link-o-tmpfile.c43 if (errno == ENOSYS || errno == EPERM) { in main()
/tools/testing/selftests/exec/
A Drecursion-depth.c36 if (errno == ENOSYS || errno == EPERM) { in main()
/tools/testing/selftests/proc/
A Dproc-loadavg-001.c31 if (errno == ENOSYS || errno == EPERM) in main()
A Dsetns-dcache.c55 if (errno == ENOSYS || errno == EPERM) { in main()
A Dsetns-sysvipc.c54 if (errno == ENOSYS || errno == EPERM) { in main()
A Dproc-subset-pid.c43 if (errno == ENOSYS || errno == EPERM) { in make_private_proc()
/tools/testing/selftests/clone3/
A Dclone3_selftests.h63 if (errno == ENOSYS) in test_clone3_supported()
/tools/testing/selftests/timens/
A Dtimens.h23 if (timer_create(-1, 0, 0) == -1 && errno == ENOSYS) in check_supported_timers()
A Dtimer.c43 if (errno == ENOSYS) { in run_test()
/tools/include/uapi/asm-generic/
A Derrno.h18 #define ENOSYS 38 /* Invalid system call number */ macro
/tools/testing/selftests/cgroup/lib/
A Dcgroup_util.c411 if (pid < 0 && (errno == ENOSYS || errno == E2BIG)) in clone_into_cgroup()
418 errno = ENOSYS; in clone_into_cgroup()
419 return -ENOSYS; in clone_into_cgroup()
497 if (pid < 0 && errno != ENOSYS) in cg_run_nowait()
/tools/arch/mips/include/uapi/asm/
A Derrno.h64 #define ENOSYS 89 /* Function not implemented */ macro
/tools/arch/parisc/include/uapi/asm/
A Derrno.h112 #define ENOSYS 251 /* Function not implemented */ macro
/tools/arch/alpha/include/uapi/asm/
A Derrno.h51 #define ENOSYS 78 /* Function not implemented */ macro
/tools/arch/sparc/include/uapi/asm/
A Derrno.h64 #define ENOSYS 90 /* Function not implemented */ macro
/tools/testing/selftests/ptrace/
A Dset_syscall_info.c190 { 1, -ENOSYS }, { 1, -ENOSYS } in TEST()
255 { 1, -ENOSYS }, { 0, tracer_pid } in TEST()
/tools/testing/selftests/mm/
A Dmemfd_secret.c142 if (errno == ENOSYS) in try_process_vm_read()
313 if (errno == ENOSYS) in main()
A Dmrelease_test.c91 if (errno == ENOSYS) { in main()

Completed in 29 milliseconds

123