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

/freebsd-current/lib/libproc/
H A Dproc_regs.c47 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
99 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dproc_bkpt.c103 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
164 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dlibproc.h49 #define PS_UNDEAD 4 macro
H A Dproc_rtld.c114 if (phdl->rdap == NULL && phdl->status != PS_UNDEAD &&
H A Dproc_util.c164 phdl->status = PS_UNDEAD;
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c77 * dtrace_handle_proc() for notification of PS_UNDEAD or PS_LOST events. If
131 state != PS_LOST && state != PS_UNDEAD) {
487 case PS_UNDEAD:
494 if (Pstate(P) != PS_UNDEAD) {
513 * If the control thread detected PS_UNDEAD or PS_LOST, then enqueue
707 * or PS_UNDEAD (i.e. the process died). We try to provide a
/freebsd-current/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c686 case PS_UNDEAD:
/freebsd-current/lib/libproc/tests/
H A Dproc_test.c361 ATF_REQUIRE_EQ_MSG(state, PS_UNDEAD, "process has unexpected state %d",
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c862 case PS_UNDEAD:

Completed in 224 milliseconds