| /tools/testing/selftests/x86/ |
| A D | syscall_numbering.c | 219 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 D | entry_from_vm86.c | 124 if (ret == -1 && (errno == ENOSYS || errno == EPERM)) { in do_test() 126 errno == ENOSYS ? "not supported" : "not allowed"); in do_test()
|
| A D | syscall_arg_fault.c | 37 if (ax != -EFAULT && ax != -ENOSYS) { in sigsegv_or_sigbus()
|
| A D | iopl.c | 164 case -ENOSYS: in main()
|
| A D | ldt_gdt.c | 164 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 D | weak.c | 15 return ENOSYS; \
|
| /tools/testing/selftests/powerpc/syscalls/ |
| A D | ipc_unmuxed.c | 26 return errno == ENOSYS; \
|
| /tools/testing/selftests/tmpfs/ |
| A D | bug-link-o-tmpfile.c | 43 if (errno == ENOSYS || errno == EPERM) { in main()
|
| /tools/testing/selftests/exec/ |
| A D | recursion-depth.c | 36 if (errno == ENOSYS || errno == EPERM) { in main()
|
| /tools/testing/selftests/proc/ |
| A D | proc-loadavg-001.c | 31 if (errno == ENOSYS || errno == EPERM) in main()
|
| A D | setns-dcache.c | 55 if (errno == ENOSYS || errno == EPERM) { in main()
|
| A D | setns-sysvipc.c | 54 if (errno == ENOSYS || errno == EPERM) { in main()
|
| A D | proc-subset-pid.c | 43 if (errno == ENOSYS || errno == EPERM) { in make_private_proc()
|
| /tools/testing/selftests/clone3/ |
| A D | clone3_selftests.h | 63 if (errno == ENOSYS) in test_clone3_supported()
|
| /tools/testing/selftests/timens/ |
| A D | timens.h | 23 if (timer_create(-1, 0, 0) == -1 && errno == ENOSYS) in check_supported_timers()
|
| A D | timer.c | 43 if (errno == ENOSYS) { in run_test()
|
| /tools/include/uapi/asm-generic/ |
| A D | errno.h | 18 #define ENOSYS 38 /* Invalid system call number */ macro
|
| /tools/testing/selftests/cgroup/lib/ |
| A D | cgroup_util.c | 411 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 D | errno.h | 64 #define ENOSYS 89 /* Function not implemented */ macro
|
| /tools/arch/parisc/include/uapi/asm/ |
| A D | errno.h | 112 #define ENOSYS 251 /* Function not implemented */ macro
|
| /tools/arch/alpha/include/uapi/asm/ |
| A D | errno.h | 51 #define ENOSYS 78 /* Function not implemented */ macro
|
| /tools/arch/sparc/include/uapi/asm/ |
| A D | errno.h | 64 #define ENOSYS 90 /* Function not implemented */ macro
|
| /tools/testing/selftests/ptrace/ |
| A D | set_syscall_info.c | 190 { 1, -ENOSYS }, { 1, -ENOSYS } in TEST() 255 { 1, -ENOSYS }, { 0, tracer_pid } in TEST()
|
| /tools/testing/selftests/mm/ |
| A D | memfd_secret.c | 142 if (errno == ENOSYS) in try_process_vm_read() 313 if (errno == ENOSYS) in main()
|
| A D | mrelease_test.c | 91 if (errno == ENOSYS) { in main()
|