/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 87 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 D | Plwpregs.c | 114 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 D | Pstack.c | 245 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 D | Pcontrol.c | 1339 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 D | Pfdinfo.c | 88 if (P->state != PS_DEAD && P->state != PS_IDLE) { in load_fdinfo()
|
H A D | Psyscall.c | 103 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 D | libproc.h | 123 #define PS_DEAD 5 /* process is terminated (core file) */ macro
|
H A D | Pzone.c | 797 if ((Pstate(P) != PS_DEAD) && (mptr->map_pmap.pr_mapname[0] != '\0')) { in Pfindmap()
|
H A D | Psymtab.c | 592 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 D | Pcore.c | 2270 P->state = PS_DEAD;
|
/titanic_50/usr/src/cmd/ptools/pmap/ |
H A D | pmap_common.c | 74 if (lflag || Pstate(Pr) == PS_DEAD) { in make_name() 87 if (Pstate(Pr) == PS_DEAD || *mapname == '\0') in make_name()
|
H A D | pmap.c | 360 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 D | pfiles.c | 273 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 D | pldd.c | 117 if (Pstate(Pr) == PS_DEAD) { in main()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 134 (!(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 D | ppriv.c | 220 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 D | pflags.c | 177 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 D | pcred.c | 198 if (Pstate(Pr) == PS_DEAD) in look()
|
/titanic_50/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 189 if (P->state == PS_DEAD) { in read_gwin()
|
/titanic_50/usr/src/cmd/nohup/ |
H A D | nohup.c | 223 if (Pstate(P) == PS_DEAD) in Pfd_iter()
|
/titanic_50/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 1431 if (pstate == PS_DEAD && in main() 1534 if (pstate == PS_DEAD) { in main()
|
/titanic_50/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 237 if (P->state == PS_DEAD) { in read_gwin()
|
/titanic_50/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 240 if (Pstate(Pr) == PS_DEAD) { in main()
|
/titanic_50/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 642 case PS_DEAD: in pctx_run()
|
/titanic_50/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 391 case PS_DEAD: in dtj_prochandler()
|