Lines Matching refs:Pstatus

414 	const lwpstatus_t *psp = &Pstatus(P)->pr_lwp;  in pt_post_attach()
443 psp->pr_why == PR_JOBCONTROL && getsid(0) == Pstatus(P)->pr_sid) in pt_post_attach()
537 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_pre_detach()
559 (void) waitpid(Pstatus(t->t_pshandle)->pr_pid, NULL, WNOHANG); in pt_pre_detach()
591 (int)Pstatus(vfp->p_pshandle)->pr_pid); in pt_release_parents()
619 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in pt_fork()
678 if (Pstatus(C)->pr_lwp.pr_why != PR_SYSEXIT) in pt_fork()
681 csp = &Pstatus(C)->pr_lwp; in pt_fork()
806 const pstatus_t *psp = Pstatus(P); in pt_exec()
1139 mdb_printf("%s\n", proc_sigset2str(&Pstatus(P)->pr_sigtrace, " ", in pt_ignored()
1159 mdb_printf("%d\n", Pstatus(P)->pr_lwp.pr_lwpid); in pt_lwpid()
1167 int nlwp = Pstatus(P)->pr_nlwp; in pt_print_lwpid()
1192 switch (Pstatus(P)->pr_nlwp) { in pt_lwpids()
1198 Pstatus(P)->pr_lwp.pr_lwpid); in pt_lwpids()
1207 mdb_printf(" in core of process %d.\n", Pstatus(P)->pr_pid); in pt_lwpids()
1213 mdb_printf(" in process %d.\n", (int)Pstatus(P)->pr_pid); in pt_lwpids()
1296 const pstatus_t *psp = Pstatus(t->t_pshandle); in pt_regstatus()
1434 pid = Pstatus(t->t_pshandle)->pr_pid; in pt_gcore()
1470 (int)Pstatus(t->t_pshandle)->pr_pid); in pt_kill()
1645 const pstatus_t *psp = Pstatus(P); in pt_status_dcmd()
2539 switch (Pstatus(t->t_pshandle)->pr_dmodel) { in pt_dmodel()
2942 rd_plt_resolution(rap, addr, Pstatus(P)->pr_lwp.pr_lwpid, in pt_lookup_by_addr()
3396 psp = Pstatus(t->t_pshandle); in pt_status()
3558 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in pt_sigfwd()
3559 pid_t pid = Pstatus(P)->pr_pid; in pt_sigfwd()
3576 prismember(&Pstatus(P)->pr_sigpend, sig)) { in pt_sigfwd()
3656 psp = &Pstatus(P)->pr_lwp; in pt_setrun()
3672 kill(Pstatus(P)->pr_pid, sig) == -1) { in pt_setrun()
3686 (void *)&Pstatus(P)->pr_pgid); in pt_setrun()
3702 (void) kill(-Pstatus(P)->pr_pgid, SIGCONT); in pt_setrun()
3833 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_sysenter_match()
3893 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_sysexit_match()
3953 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_signal_match()
4016 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_fault_match()
4181 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_brkpt_disarm()
4219 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_brkpt_cont()
4257 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_brkpt_match()
4389 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_wapt_cont()
4430 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_wapt_match()
4834 return (Pstatus(t->t_pshandle)->pr_lwp.pr_lwpid); in pt_lwp_tid()
4985 Pstatus(t->t_pshandle)->pr_lwp.pr_lwpid, &th)) != TD_OK) in pt_tdb_tid()
5276 if (t->t_pshandle != NULL && (psp = Pstatus(t->t_pshandle)) != NULL) in pt_xd_lwpstatus()
5332 if (t->t_pshandle == NULL || (psp = Pstatus(t->t_pshandle)) == NULL) in pt_xd_pstatus()
5460 (int)Pstatus(t->t_pshandle)->pr_pid); in mdb_proc_tgt_create()
5595 const pstatus_t *psp = Pstatus(t->t_pshandle); in mdb_proc_tgt_create()