Searched refs:PS_UNDEAD (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/lib/libproc/
H A Dproc_regs.c47 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
83 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dproc_rtld.c60 if (phdl->rdap == NULL && phdl->status != PS_UNDEAD &&
H A Dproc_bkpt.c87 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
147 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dlibproc.h48 #define PS_UNDEAD 4 macro
H A Dproc_util.c155 phdl->status = PS_UNDEAD;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c73 * dtrace_handle_proc() for notification of PS_UNDEAD or PS_LOST events. If
133 state != PS_LOST && state != PS_UNDEAD) {
676 case PS_UNDEAD:
683 if (Pstate(P) != PS_UNDEAD && Psetrun(P, 0, 0) == -1) {
692 * If the control thread detected PS_UNDEAD or PS_LOST, then enqueue
911 * or PS_UNDEAD (i.e. the process died). We try to provide a
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c686 case PS_UNDEAD:
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c806 case PS_UNDEAD:

Completed in 70 milliseconds