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

/freebsd-10.1-release/lib/libproc/
H A Dproc_regs.c47 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
91 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dproc_rtld.c63 if (phdl->rdap == NULL && phdl->status != PS_UNDEAD &&
H A Dproc_bkpt.c86 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
149 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dlibproc.h48 #define PS_UNDEAD 4 macro
H A Dproc_util.c157 phdl->status = PS_UNDEAD;
/freebsd-10.1-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-10.1-release/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c686 case PS_UNDEAD:
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c812 case PS_UNDEAD:

Completed in 92 milliseconds