Home
last modified time | relevance | path

Searched refs:W_STOPCODE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dwait.h67 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED) macro
/f-stack/freebsd/kern/
H A Dkern_exit.c1204 *status = cont ? SIGCONT : W_STOPCODE(p->p_xsig); in report_alive_proc()
1280 p->p_pid, W_STOPCODE(p->p_xsig), p->p_xsig, in kern_wait6()