Home
last modified time | relevance | path

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

12

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h88 WIFSIGNALED(status), WTERMSIG(status)); in wait_for_pid()
/openbmc/linux/tools/testing/selftests/riscv/vector/
H A Dvstate_exec_nolibc.c69 if (WIFSIGNALED(status)) { in main()
H A Dvstate_prctl.c51 WIFSIGNALED(status)) { in launch_test()
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dharness.c79 if (WIFSIGNALED(status)) in run_test()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c147 FAIL_IF(WIFSIGNALED(status)); in test()
/openbmc/qemu/bsd-user/
H A Dbsd-proc.c113 if (WIFSIGNALED(status)) { in host_to_target_waitstatus()
/openbmc/linux/tools/perf/bench/
H A Dsched-seccomp-notify.c139 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL) in bench_sched_seccomp_notify()
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c227 if (WIFSIGNALED(status)) { in main()
H A Dtest_syscall_vdso.c362 if (WIFSIGNALED(status)) in ptrace_me()
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c136 ASSERT_FALSE(WIFSIGNALED(status)) { in TEST()
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h109 #define WIFSIGNALED(status) ((status) - 1 < 0xff) macro
/openbmc/linux/tools/lib/subcmd/
H A Drun-command.c183 if (WIFSIGNALED(status)) in wait_or_whine()
/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c208 } else if (WIFSIGNALED(status)) { in launch_tests()
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c198 if (WIFEXITED(status) || WIFSIGNALED(status)) in do_parent()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmemfd_secret.c153 WIFSIGNALED(status)) { in check_child_status()
/openbmc/linux/tools/testing/selftests/landlock/
H A Dcommon.h56 if (WIFSIGNALED(status) || !WIFEXITED(status)) { \
H A Dptrace_test.c433 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c324 else if ( WIFSIGNALED(status) ) in main()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c274 if (WIFEXITED(status) || WIFSIGNALED(status)) in do_parent()
H A Dzt-ptrace.c279 if (WIFEXITED(status) || WIFSIGNALED(status)) in do_parent()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c284 } else if (!WIFSIGNALED(status) || !WCOREDUMP(status)) { in parent()
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test.c254 } else if (WIFSIGNALED(status)) { in run_test()

12