Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_wait.h89 # ifdef W_EXITCODE
90 #define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0))
/openbsd/sys/sys/
H A Dwait.h64 #define W_EXITCODE(ret, sig) ((ret) << 8 | (sig)) macro
H A Dsysctl.h660 (kp)->p_xstat = W_EXITCODE((pr)->ps_xexit, (pr)->ps_xsig); \
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp129 ProcessStatus = W_EXITCODE(127, 0); in ExecuteCommand()
/openbsd/sys/kern/
H A Dkern_exit.c538 *statusp = W_EXITCODE(pr->ps_xexit, in dowait6()
H A Dkern_event.c449 kn->kn_data = W_EXITCODE(pr->ps_xexit, pr->ps_xsig); in filt_proc()