Home
last modified time | relevance | path

Searched refs:PS_DEAD (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libproc/dist/
H A Dproc_regs.c52 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_regget()
88 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_regset()
H A Dproc_bkpt.c82 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_bkptset()
143 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_bkptdel()
H A Dlibproc.h51 #define PS_DEAD 5 macro