Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c152 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs()
157 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_regs()
348 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()
364 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
H A Dproc_amd64dep.c197 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs()
202 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_regs()
431 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()
447 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
H A Dproc_x86util.c583 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in x86_pt_fpregs_common()
588 if (Pstate(t->t_pshandle) == PS_LOST) { in x86_pt_fpregs_common()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c555 if (Pstate(t->t_pshandle) == PS_UNDEAD) in pt_pre_detach()
830 if (Pstate(P) == PS_LOST) in pt_exec()
849 if (Pstate(P) == PS_LOST) in pt_exec()
879 if (Pstate(P) != PS_LOST) { in pt_exec()
1200 switch (Pstate(P)) { in pt_lwpids()
1272 state = Pstate(t->t_pshandle); in pt_attach()
1294 int state = Pstate(t->t_pshandle); in pt_regstatus()
1658 state = Pstate(P); in pt_status_dcmd()
3663 if (Pstate(P) == PS_LOST) { in pt_setrun()
3690 switch (Pstate(P)) { in pt_setrun()
[all …]
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c273 if (Pstate(Pr) != PS_DEAD) { in show_file()
338 if (isdoor && (Pstate(Pr) != PS_DEAD)) in dofcntl()
341 } else if (isdoor && (Pstate(Pr) != PS_DEAD)) { in dofcntl()
347 if (Pstate(Pr) != PS_DEAD) { in dofcntl()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c122 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()
/illumos-gate/usr/src/cmd/ptools/pldd/
H A Dpldd.c117 if (Pstate(Pr) == PS_DEAD) { in main()
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c616 switch (pstate = Pstate(pctx->Pr)) { in pctx_run()
622 (pstate = Pstate(pctx->Pr)) != PS_STOP) { in pctx_run()
636 if ((pstate = Pstate(pctx->Pr)) != PS_LOST) in pctx_run()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c174 if (Pstate(Pr) == PS_DEAD) { in look()
348 if (Pstate(Pr) == PS_DEAD || (arg->pflags & PR_STOPPED)) { in lwplook()
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c159 if ((Fflag == 0) && (Pstate(Pr) == PS_STOP)) { in reap()
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c782 while (Pstate(scan_pr) == PS_RUN) in scan()
784 if (Pstate(scan_pr) != PS_STOP) { in scan()
786 " state (%d)", Pstate(scan_pr)); in scan()
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c221 if (Pstate(Pr) == PS_DEAD) { in look()
225 nodata = Pstate(Pr) == PS_DEAD && pdata == NULL; in look()
/illumos-gate/usr/src/cmd/ptools/psecflags/
H A Dpsecflags.c297 if (Pstate(Pr) == PS_DEAD) { in main()
/illumos-gate/usr/src/cmd/ptools/pcred/
H A Dpcred.c196 if (Pstate(Pr) == PS_DEAD) in look()
/illumos-gate/usr/src/lib/libproc/common/
H A Dmapfile-vers309 Pstate;
H A DPzone.c797 if ((Pstate(P) != PS_DEAD) && (mptr->map_pmap.pr_mapname[0] != '\0')) { in Pfindmap()
H A Dlibproc.h266 extern int Pstate(struct ps_prochandle *);
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c221 if (Pstate(P) == PS_DEAD) in Pfd_iter()
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c665 switch (Pstate(P)) { in prochandler()
/illumos-gate/usr/src/man/man3proc/
H A DMakefile158 Pstate.3proc \
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c671 if (created && Pstate(Proc) != PS_STOP) /* assertion */ in main()
775 ((Pstate(Proc) == PS_STOP && Lsp->pr_why == PR_REQUESTED) || in main()
806 primary_lwp = (first && Pstate(Proc) == PS_STOP)? in main_thread()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c246 if (Pstate(Pr) == PS_DEAD) { in main()
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c1475 pstate = Pstate(Pr); in main()

12