Home
last modified time | relevance | path

Searched refs:PS_IDLE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libproc/dist/
H A Dproc_regs.c53 phdl->status == PS_IDLE) { in proc_regget()
89 phdl->status == PS_IDLE) { in proc_regset()
H A Dproc_bkpt.c83 phdl->status == PS_IDLE) { in proc_bkptset()
144 phdl->status == PS_IDLE) { in proc_bkptdel()
H A Dproc_rtld.c67 phdl->status != PS_IDLE) { in proc_rdagent()
H A Dlibproc.h47 #define PS_IDLE 1 macro
H A Dproc_create.c179 error = proc_init(pid, 0, PS_IDLE, phdl); in proc_create()