Home
last modified time | relevance | path

Searched refs:PS_UNDEAD (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPsyscall.c103 if (P->state == PS_DEAD || P->state == PS_UNDEAD || in Pcreate_agent()
324 if (P->state == PS_DEAD || P->state == PS_UNDEAD || P->state == PS_IDLE) in Psyscall()
562 if (P->state != PS_UNDEAD) { in Psyscall()
H A DPcontrol.c911 if (P->state == PS_UNDEAD) in Pgrab()
1812 case PS_UNDEAD: in Pstopstatus()
1978 P->state = PS_UNDEAD; in deadcheck()
1992 P->state = PS_UNDEAD; in deadcheck()
2222 if (P->state == PS_DEAD || P->state == PS_UNDEAD || in Psetbkpt()
2270 if (P->state == PS_DEAD || P->state == PS_UNDEAD || in Pdelbkpt()
2438 if (P->state == PS_DEAD || P->state == PS_UNDEAD || in Psetwapt()
2464 if (P->state == PS_DEAD || P->state == PS_UNDEAD || in Pdelwapt()
2683 if (P->state == PS_DEAD || P->state == PS_UNDEAD || in Psetaction()
2743 if (P->state == PS_DEAD || P->state == PS_UNDEAD || in Psetsignal()
[all …]
H A Dlibproc.h122 #define PS_UNDEAD 4 /* process is terminated (zombie) */ macro
H A DPsymtab.c461 if (P->info_valid || P->state == PS_UNDEAD) in Pupdate_maps()
/titanic_50/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c146 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs()
417 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_fpregs()
H A Dproc_amd64dep.c191 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs()
474 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_fpregs()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_proc.c129 state != PS_LOST && state != PS_UNDEAD) { in dt_proc_bpdestroy()
613 case PS_UNDEAD: in dt_proc_control()
620 if (Pstate(P) != PS_UNDEAD && Psetrun(P, 0, 0) == -1) { in dt_proc_control()
/titanic_50/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c147 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs()
301 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_fpregs()
/titanic_50/usr/src/cmd/plockstat/
H A Dplockstat.c668 case PS_UNDEAD: in prochandler()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c938 if (Lstate(Lwp) == PS_UNDEAD) in worker_thread()
1381 Lstate(Lwp) != PS_UNDEAD) { in worker_thread()
1397 if (Lstate(Lwp) == PS_UNDEAD || Lstate(Lwp) == PS_LOST) in worker_thread()
1434 if (Lstate(Lwp) == PS_UNDEAD || Lstate(Lwp) == PS_LOST) { in worker_thread()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c553 if (Pstate(t->t_pshandle) == PS_UNDEAD) in pt_pre_detach()
1596 if (psp != NULL && state != PS_UNDEAD && state != PS_IDLE) in pt_status_dcmd()
1613 } else if (state == PS_UNDEAD && pi.pr_pid == 0) { in pt_status_dcmd()
1627 if (state != PS_UNDEAD && state != PS_IDLE) { in pt_status_dcmd()
1670 case PS_UNDEAD: in pt_status_dcmd()
1897 Pstate(t->t_pshandle) == PS_UNDEAD)) { in pt_getenv()
3289 case PS_UNDEAD: in pt_status()
3628 case PS_UNDEAD: in pt_setrun()
/titanic_50/usr/src/lib/libpctx/common/
H A Dlibpctx.c641 case PS_UNDEAD: in pctx_run()
/titanic_50/usr/src/cmd/dtrace/
H A Ddtrace.c761 case PS_UNDEAD: in prochandler()
/titanic_50/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c372 case PS_UNDEAD: in dtj_prochandler()