/linux/tools/testing/selftests/safesetid/ |
H A D | safesetid-test.c | 304 } else if (WIFSIGNALED(wstatus)) { in test_setuid() 316 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus)); in test_setuid() 360 } else if (WIFSIGNALED(wstatus)) { in test_setgid() 372 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus)); in test_setgid() 425 } else if (WIFSIGNALED(wstatus)) { in test_setgroups() 437 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus)); in test_setgroups()
|
/linux/tools/testing/selftests/rlimits/ |
H A D | rlimits-per-userns.c | 122 if (!ret || (!WIFEXITED(wstatus[i]) && !WIFSIGNALED(wstatus[i]))) in main() 148 else if (WIFSIGNALED(wstatus[i])) in main() 152 if (WIFSIGNALED(wstatus[i]) && WTERMSIG(wstatus[i]) == SIGUSR1) in main()
|
/linux/tools/testing/selftests/powerpc/signal/ |
H A D | sigreturn_kernel.c | 52 FAIL_IF(!WIFSIGNALED(child_ret)); in expect_segv() 123 FAIL_IF(WIFSIGNALED(child_ret)); in test_sigreturn_kernel()
|
/linux/tools/testing/selftests/landlock/ |
H A D | scoped_abstract_unix_test.c | 159 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 265 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 465 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 619 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 869 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 972 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST() 1036 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST()
|
H A D | scoped_signal_test.c | 146 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 247 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 479 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
|
H A D | ptrace_test.c | 432 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
|
/linux/tools/testing/selftests/powerpc/ |
H A D | harness.c | 79 if (WIFSIGNALED(status)) in run_test()
|
/linux/tools/testing/selftests/powerpc/mm/ |
H A D | large_vm_gpr_corruption.c | 147 FAIL_IF(WIFSIGNALED(status)); in test()
|
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd.h | 93 WIFSIGNALED(status), WTERMSIG(status)); in wait_for_pid()
|
/linux/tools/perf/bench/ |
H A D | sched-seccomp-notify.c | 139 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL) in bench_sched_seccomp_notify()
|
/linux/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 226 if (WIFSIGNALED(status)) { in main()
|
H A D | test_syscall_vdso.c | 362 if (WIFSIGNALED(status)) in ptrace_me()
|
/linux/tools/include/nolibc/ |
H A D | types.h | 111 #define WIFSIGNALED(status) ((status) - 1 < 0xff) macro
|
/linux/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 136 ASSERT_FALSE(WIFSIGNALED(status)) { in TEST()
|
/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 208 } else if (WIFSIGNALED(status)) { in launch_tests()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | uprobe_syscall.c | 292 ASSERT_EQ(WIFSIGNALED(status), 1, "WIFSIGNALED"); in test_uretprobe_syscall_call()
|
/linux/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 198 if (WIFEXITED(status) || WIFSIGNALED(status)) in do_parent()
|
/linux/tools/testing/selftests/mm/ |
H A D | memfd_secret.c | 193 WIFSIGNALED(status)) { in check_child_status()
|
/linux/tools/testing/selftests/filesystems/statmount/ |
H A D | statmount_test_ns.c | 53 WIFSIGNALED(status), WTERMSIG(status)); in wait_for_pid()
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | core-pkey.c | 255 } else if (!WIFSIGNALED(status) || !WCOREDUMP(status)) {
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 552 } else if (WIFSIGNALED(wstatus)) { in rcheck()
|
H A D | mptcp_sockopt.c | 798 } else if (WIFSIGNALED(wstatus)) { in rcheck()
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 905 ASSERT_TRUE(WIFSIGNALED(status)); in TEST() 924 EXPECT_TRUE(WIFSIGNALED(status)) { in TEST() 1563 if (WIFSIGNALED(status)) { in start_tracer() 3182 if (WIFSIGNALED(status) || WEXITSTATUS(status)) in TEST() 4815 EXPECT_EQ(true, WIFSIGNALED(status)); in TEST()
|
/linux/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 814 if (WIFSIGNALED(wstatus)) { in join_thread()
|
/linux/tools/perf/ |
H A D | builtin-daemon.c | 426 } else if (WIFSIGNALED(status)) { in handle_signalfd()
|