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

/darwin-on-arm/xnu/tools/tests/execperf/
H A Drun.c77 errx(1, "process exited with signal %d", WTERMSIG(ret));
/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h161 #define WTERMSIG(x) (_WSTATUS(x)) macro
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmisc.c232 if (WTERMSIG( my_status ) != SIGKILL) {
H A Dmemory_tests.c395 if ( !WIFSIGNALED( my_status ) || WTERMSIG( my_status ) != SIGBUS) {
H A Dpipes_tests.c200 int signal = WTERMSIG(child_status);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c340 WTERMSIG(rv), WEXITSTATUS(rv));
371 if (hassigprop(WTERMSIG(rv), SA_CORE) || ((p->p_csflags & CS_KILLED) != 0)) {
376 if ((SIGSEGV == WTERMSIG(rv)) &&
386 code = ((WTERMSIG(rv) & 0xff) << 24) |

Completed in 30 milliseconds