Searched refs:WTERMSIG (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/tools/tests/execperf/
H A Drun.c77 errx(1, "process exited with signal %d", WTERMSIG(ret));
/xnu-2782.1.97/bsd/sys/
H A Dwait.h154 #define WTERMSIG(x) (_WSTATUS(x)) macro
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c235 if (WTERMSIG( my_status ) != SIGKILL) {
H A Dpipes_tests.c202 int signal = WTERMSIG(child_status);
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c342 WTERMSIG(rv), WEXITSTATUS(rv));
389 if (hassigprop(WTERMSIG(rv), SA_CORE) || ((p->p_csflags & CS_KILLED) != 0)) {
394 if ((SIGSEGV == WTERMSIG(rv)) &&
404 code = ((WTERMSIG(rv) & 0xff) << 24) |

Completed in 29 milliseconds