Home
last modified time | relevance | path

Searched refs:PS_DEAD (Results 1 – 25 of 25) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPservice.c87 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_pstop()
95 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_pcontinue()
108 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lstop()
117 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lcontinue()
125 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetregs()
149 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetfpregs()
178 if (P->state == PS_DEAD) { in ps_lgetxregsize()
209 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetxregs()
249 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetLDT()
H A DPlwpregs.c114 if (P->state != PS_DEAD) { in getlwpstatus()
237 if (P->state != PS_DEAD) { in Plwp_getxregs()
273 if (P->state != PS_DEAD) { in Plwp_getgwindows()
304 if (P->state != PS_DEAD) { in Plwp_getasrs()
342 if (P->state != PS_DEAD) { in Plwp_getpsinfo()
373 if (P->state != PS_DEAD) { in Plwp_getspymaster()
398 if (P->state != PS_DEAD) { in Plwp_stack()
439 if (P->state != PS_DEAD) { in Plwp_main_stack()
510 if (P->state != PS_DEAD) { in Plwp_alt_stack()
H A DPstack.c245 if ((P->state == PS_STOP || P->state == PS_DEAD) && in init_uclist()
263 if (P->state == PS_STOP || P->state == PS_DEAD) { in init_uclist()
H A DPcontrol.c1339 if (P->state == PS_DEAD) { in Psetpriv()
1372 if (P->state != PS_DEAD) in Pprivinfo()
1457 if (P->state == PS_DEAD || P->state == PS_IDLE) in Preopen()
1625 if (P->state == PS_DEAD) { in Prelease()
1813 case PS_DEAD: in Pstopstatus()
1841 if (P->state == PS_DEAD || P->state == PS_IDLE) in Pstopstatus()
2023 if (P->state != PS_STOP && P->state != PS_DEAD) { in Pgetareg()
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()
[all …]
H A DPfdinfo.c88 if (P->state != PS_DEAD && P->state != PS_IDLE) { in load_fdinfo()
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()
H A Dlibproc.h123 #define PS_DEAD 5 /* process is terminated (core file) */ macro
H A DPzone.c797 if ((Pstate(P) != PS_DEAD) && (mptr->map_pmap.pr_mapname[0] != '\0')) { in Pfindmap()
H A DPsymtab.c592 if (P->rap == NULL && P->state != PS_DEAD && P->state != PS_IDLE) { in Prd_agent()
1606 if (P->state == PS_DEAD || P->state == PS_IDLE) { in Pbuild_file_symtab()
H A DPcore.c2270 P->state = PS_DEAD;
/titanic_50/usr/src/cmd/ptools/pmap/
H A Dpmap_common.c74 if (lflag || Pstate(Pr) == PS_DEAD) { in make_name()
87 if (Pstate(Pr) == PS_DEAD || *mapname == '\0') in make_name()
H A Dpmap.c360 if (Pstate(Pr) != PS_DEAD) { in main()
378 if (Pstate(Pr) == PS_DEAD) { in main()
405 if (Pstate(Pr) != PS_DEAD) { in main()
469 if (Pstate(Pr) != PS_DEAD) { in main()
707 ((pmp->pr_mflags & MA_ANON) || Pstate(Pr) == PS_DEAD)) { in look_map()
845 ((pmp->pr_mflags & MA_ANON) || Pstate(Pr) == PS_DEAD)) { in look_smap()
951 } else if ((pmp->pr_mflags & MA_ANON) || Pstate(Pr) == PS_DEAD) { in look_xmap()
1030 } else if ((pmp->pr_mflags & MA_ANON) || Pstate(Pr) == PS_DEAD) { in look_xmap_nopgsz()
/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c273 if (Pstate(Pr) != PS_DEAD) { in show_file()
380 if (isdoor && (Pstate(Pr) != PS_DEAD)) in dofcntl()
383 } else if (isdoor && (Pstate(Pr) != PS_DEAD)) { in dofcntl()
395 if ((Pstate(Pr) != PS_DEAD) && (getflock(Pr, fd, &flock) != -1)) { in dofcntl()
/titanic_50/usr/src/cmd/ptools/pldd/
H A Dpldd.c117 if (Pstate(Pr) == PS_DEAD) { in main()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c134 (!(mdb.m_flags & MDB_FL_LMRAW) && Pstate(P) != PS_DEAD)
1199 case PS_DEAD: in pt_lwpids()
1248 (Pstate(t->t_pshandle) == PS_DEAD) ? "core" : "process"); in pt_attach()
1271 if (state != PS_DEAD && state != PS_IDLE) { in pt_attach()
1294 if (state != PS_DEAD && state != PS_IDLE) in pt_regstatus()
1421 (state = Pstate(t->t_pshandle)) != PS_DEAD && state != PS_IDLE) { in pt_kill()
1599 if (state == PS_DEAD && pip != NULL) { in pt_status_dcmd()
1603 } else if (state == PS_DEAD) { in pt_status_dcmd()
1624 if (pip != NULL && state == PS_DEAD) in pt_status_dcmd()
1675 case PS_DEAD: in pt_status_dcmd()
[all …]
/titanic_50/usr/src/cmd/ptools/ppriv/
H A Dppriv.c220 if (Pstate(Pr) == PS_DEAD) { in look()
224 nodata = Pstate(Pr) == PS_DEAD && pdata == NULL; in look()
/titanic_50/usr/src/cmd/ptools/pflags/
H A Dpflags.c177 if (Pstate(Pr) == PS_DEAD) { in look()
351 if (Pstate(Pr) == PS_DEAD || (arg->pflags & PR_STOPPED)) { in lwplook()
/titanic_50/usr/src/cmd/ptools/pcred/
H A Dpcred.c198 if (Pstate(Pr) == PS_DEAD) in look()
/titanic_50/usr/src/lib/libproc/sparc/
H A DPisadep.c189 if (P->state == PS_DEAD) { in read_gwin()
/titanic_50/usr/src/cmd/nohup/
H A Dnohup.c223 if (Pstate(P) == PS_DEAD) in Pfd_iter()
/titanic_50/usr/src/cmd/ptools/pargs/
H A Dpargs.c1431 if (pstate == PS_DEAD && in main()
1534 if (pstate == PS_DEAD) { in main()
/titanic_50/usr/src/lib/libproc/sparcv9/
H A DPisadep.c237 if (P->state == PS_DEAD) { in read_gwin()
/titanic_50/usr/src/cmd/ptools/pstack/
H A Dpstack.c240 if (Pstate(Pr) == PS_DEAD) { in main()
/titanic_50/usr/src/lib/libpctx/common/
H A Dlibpctx.c642 case PS_DEAD: in pctx_run()
/titanic_50/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c391 case PS_DEAD: in dtj_prochandler()