Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.15/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c304 } 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-6.15/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c122 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-6.15/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_kernel.c52 FAIL_IF(!WIFSIGNALED(child_ret)); in expect_segv()
123 FAIL_IF(WIFSIGNALED(child_ret)); in test_sigreturn_kernel()
/linux-6.15/tools/testing/selftests/filesystems/
H A Dfile_stressor.c95 ASSERT_TRUE(!WIFEXITED(wstatus) || !WIFSIGNALED(wstatus)); in FIXTURE_TEARDOWN()
99 ASSERT_TRUE(!WIFEXITED(wstatus) || !WIFSIGNALED(wstatus)); in FIXTURE_TEARDOWN()
/linux-6.15/tools/testing/selftests/landlock/
H A Dscoped_abstract_unix_test.c160 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
266 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
376 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
576 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
730 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
980 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
1083 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST()
1147 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST()
H A Dscoped_signal_test.c146 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
247 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
557 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
H A Dptrace_test.c434 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
567 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
H A Daudit_test.c137 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
429 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
/linux-6.15/tools/testing/selftests/riscv/vector/
H A Dv_helpers.c62 WIFSIGNALED(status)) { in launch_test()
H A Dvstate_exec_nolibc.c78 if (WIFSIGNALED(status)) { in main()
/linux-6.15/tools/testing/selftests/powerpc/
H A Dharness.c79 if (WIFSIGNALED(status)) in run_test()
/linux-6.15/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c147 FAIL_IF(WIFSIGNALED(status)); in test()
/linux-6.15/tools/perf/bench/
H A Dsched-seccomp-notify.c139 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL) in bench_sched_seccomp_notify()
/linux-6.15/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c226 if (WIFSIGNALED(status)) { in main()
H A Dtest_syscall_vdso.c362 if (WIFSIGNALED(status)) in ptrace_me()
/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_info_test.c160 ASSERT_TRUE(WIFSIGNALED(info.exit_code)); in TEST_F()
217 ASSERT_TRUE(WIFSIGNALED(info.exit_code)); in TEST_F()
389 ASSERT_TRUE(WIFSIGNALED(info.exit_code)); in TEST_F()
H A Dpidfd.h195 WIFSIGNALED(status), WTERMSIG(status)); in wait_for_pid()
/linux-6.15/tools/include/nolibc/
H A Dtypes.h111 #define WIFSIGNALED(status) ((status) - 1 < 0xff) macro
/linux-6.15/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c136 ASSERT_FALSE(WIFSIGNALED(status)) { in TEST()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c292 ASSERT_EQ(WIFSIGNALED(status), 1, "WIFSIGNALED"); in test_uretprobe_syscall_call()
/linux-6.15/tools/testing/selftests/arm64/abi/
H A Dptrace.c198 if (WIFEXITED(status) || WIFSIGNALED(status)) in do_parent()
/linux-6.15/tools/testing/selftests/wireguard/qemu/
H A Dinit.c208 } else if (WIFSIGNALED(status)) { in launch_tests()
/linux-6.15/tools/lib/subcmd/
H A Drun-command.c193 } else if (WIFSIGNALED(status)) { in wait_or_whine()
/linux-6.15/tools/testing/selftests/mm/
H A Dmemfd_secret.c193 WIFSIGNALED(status)) { in check_child_status()
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c276 if (WIFEXITED(status) || WIFSIGNALED(status)) in do_parent()

12