Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dwait.h72 #define W_EXITCODE(ret, sig) ((unsigned int)(ret) << 8 | (sig)) macro
Dproc.h447 #define P_WAITSTATUS(p) W_EXITCODE((p)->p_xexit, ((p)->p_xsig | \