Searched refs:W_EXITCODE (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/sys/ | ||
| D | wait.h | 72 #define W_EXITCODE(ret, sig) ((unsigned int)(ret) << 8 | (sig)) macro |
| D | proc.h | 447 #define P_WAITSTATUS(p) W_EXITCODE((p)->p_xexit, ((p)->p_xsig | \ |