Searched refs:WTERMSIG (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_exec.c | 159 prog, eid, pid, WTERMSIG(status), in _zed_exec_fork_child() 160 strsignal(WTERMSIG(status))); in _zed_exec_fork_child()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | fork.c | 17 "signal %d", WTERMSIG(status)); in wait_for_child_exit()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process.c | 533 if (WTERMSIG(status)) { in ngx_process_get_status() 537 process, pid, WTERMSIG(status), in ngx_process_get_status() 542 process, pid, WTERMSIG(status)); in ngx_process_get_status()
|
| /f-stack/freebsd/sys/ |
| H A D | wait.h | 59 #define WTERMSIG(x) (_WSTATUS(x)) macro
|
| /f-stack/tools/ipfw/ |
| H A D | main.c | 644 WTERMSIG(status));
|
| /f-stack/freebsd/kern/ |
| H A D | kern_exit.c | 1092 siginfo->si_status = WTERMSIG(p->p_xsig); in proc_to_reap() 1095 siginfo->si_status = WTERMSIG(p->p_xsig); in proc_to_reap()
|
| H A D | kern_sig.c | 3389 status = WTERMSIG(p->p_xsig); in childproc_exited() 3392 status = WTERMSIG(p->p_xsig); in childproc_exited()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 212 else if (WIFSIGNALED(stat)) { stat = WTERMSIG(stat); what = "signal"; }
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 6637 fatal(0, "'%s' died with signal %d", zdb, WTERMSIG(status)); in ztest_run_zdb() 7676 if (!ignorekill || WTERMSIG(status) != SIGKILL) { in exec_child() 7678 WTERMSIG(status)); in exec_child()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 1237 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in serverCron()
|
| H A D | sentinel.c | 828 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in sentinelCollectTerminatedScripts()
|