Home
last modified time | relevance | path

Searched refs:WTERMSIG (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_exec.c159 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 Dfork.c17 "signal %d", WTERMSIG(status)); in wait_for_child_exit()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process.c533 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 Dwait.h59 #define WTERMSIG(x) (_WSTATUS(x)) macro
/f-stack/tools/ipfw/
H A Dmain.c644 WTERMSIG(status));
/f-stack/freebsd/kern/
H A Dkern_exit.c1092 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 Dkern_sig.c3389 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 Dlauxlib.c212 else if (WIFSIGNALED(stat)) { stat = WTERMSIG(stat); what = "signal"; }
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c6637 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 Dserver.c1237 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in serverCron()
H A Dsentinel.c828 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in sentinelCollectTerminatedScripts()