/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 146 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs() 151 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_regs() 417 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_fpregs() 422 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_fpregs() 578 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out() 594 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
|
H A D | proc_amd64dep.c | 191 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs() 196 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_regs() 474 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_fpregs() 479 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_fpregs() 621 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out() 637 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 134 (!(mdb.m_flags & MDB_FL_LMRAW) && Pstate(P) != PS_DEAD) 553 if (Pstate(t->t_pshandle) == PS_UNDEAD) in pt_pre_detach() 828 if (Pstate(P) == PS_LOST) in pt_exec() 847 if (Pstate(P) == PS_LOST) in pt_exec() 861 if (Pstate(P) == PS_LOST && Preopen(P) == -1) { in pt_exec() 877 if (Pstate(P) != PS_LOST) { in pt_exec() 1069 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_IDLE) { in pt_stack_common() 1198 switch (Pstate(P)) { in pt_lwpids() 1246 if (t->t_pshandle != NULL && Pstate(t->t_pshandle) != PS_IDLE) { in pt_attach() 1248 (Pstate(t->t_pshandle) == PS_DEAD) ? "core" : "process"); in pt_attach() [all …]
|
/titanic_41/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_41/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 147 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs() 152 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_regs() 301 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_fpregs() 306 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_fpregs() 693 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out() 726 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 122 int state = Pstate(dpr->dpr_proc); in dt_proc_bpdestroy() 405 assert(Pstate(P) == PS_STOP); in dt_proc_waitrun() 430 if (Pstate(P) != PS_STOP || psp->pr_lwpid != lwpid || in dt_proc_waitrun() 556 switch (Pstate(P)) { in dt_proc_control() 620 if (Pstate(P) != PS_UNDEAD && Psetrun(P, 0, 0) == -1) { in dt_proc_control() 836 if (Pstate(dpr->dpr_proc) == PS_LOST) { in dt_proc_create_thread()
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 273 if (Pstate(Pr) != PS_DEAD) { in show_file() 372 if (isdoor && (Pstate(Pr) != PS_DEAD)) in dofcntl() 375 } else if (isdoor && (Pstate(Pr) != PS_DEAD)) { in dofcntl() 387 if ((Pstate(Pr) != PS_DEAD) && (getflock(Pr, fd, &flock) != -1)) { in dofcntl()
|
/titanic_41/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 117 if (Pstate(Pr) == PS_DEAD) { in main()
|
/titanic_41/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 161 if ((Fflag == 0) && (Pstate(Pr) == PS_STOP)) { in reap()
|
/titanic_41/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 614 switch (pstate = Pstate(pctx->Pr)) { in pctx_run() 620 (pstate = Pstate(pctx->Pr)) != PS_STOP) { in pctx_run() 634 if ((pstate = Pstate(pctx->Pr)) != PS_LOST) in pctx_run()
|
/titanic_41/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 784 while (Pstate(scan_pr) == PS_RUN) in scan() 786 if (Pstate(scan_pr) != PS_STOP) { in scan() 788 " state (%d)", Pstate(scan_pr)); in scan()
|
/titanic_41/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_41/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_41/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 198 if (Pstate(Pr) == PS_DEAD) in look()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 278 Pstate;
|
H A D | Pzone.c | 797 if ((Pstate(P) != PS_DEAD) && (mptr->map_pmap.pr_mapname[0] != '\0')) { in Pfindmap()
|
H A D | libproc.h | 271 extern int Pstate(struct ps_prochandle *);
|
H A D | llib-lproc | 46 int Pstate(struct ps_prochandle *Pr);
|
/titanic_41/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 667 switch (Pstate(P)) { in prochandler()
|
/titanic_41/usr/src/cmd/nohup/ |
H A D | nohup.c | 223 if (Pstate(P) == PS_DEAD) in Pfd_iter()
|
/titanic_41/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 240 if (Pstate(Pr) == PS_DEAD) { in main()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | main.c | 669 if (created && Pstate(Proc) != PS_STOP) /* assertion */ in main() 770 ((Pstate(Proc) == PS_STOP && Lsp->pr_why == PR_REQUESTED) || in main() 801 primary_lwp = (first && Pstate(Proc) == PS_STOP)? in main_thread()
|
/titanic_41/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 1429 pstate = Pstate(Pr); in main()
|
/titanic_41/usr/src/cmd/dtrace/ |
H A D | dtrace.c | 760 switch (Pstate(P)) { in prochandler()
|