Home
last modified time | relevance | path

Searched refs:t_pshandle (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c603 t->t_pshandle = P; in pt_release_parents()
1071 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_IDLE) { in pt_stack_common()
1248 if (t->t_pshandle != NULL && Pstate(t->t_pshandle) != PS_IDLE) { in pt_attach()
1484 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_IDLE) { in pt_detach()
2275 if (t->t_pshandle != NULL && Pgetauxval(t->t_pshandle, in pt_activate_common()
2416 if (t->t_pshandle != NULL && Pstate(t->t_pshandle) < PS_LOST && in pt_periodic()
2595 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_IDLE) in tlsbase()
4006 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) >= PS_LOST) in pt_brkpt_ctor()
4227 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) >= PS_LOST) in pt_wapt_ctor()
5171 if (t->t_pshandle != NULL && Pcred(t->t_pshandle, &cr, 1) == 0) { in pt_xd_cred()
[all …]
H A Dmdb_pservice.c108 if (t == P || t->t_pshandle == P) in mdb_tgt_from_pshandle()
H A Dmdb_target_impl.h225 void *t_pshandle; /* Proc service handle (if not tgt) */ member
H A Dmdb_kproc.c982 kp->kp_cookie = mdb.m_target->t_pshandle; in mdb_kproc_tgt_create()
H A Dmdb_kvm.c1512 t->t_pshandle = kt->k_cookie; in mdb_kvm_tgt_create()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c103 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr()
152 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()
346 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out()
348 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()
362 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next()
364 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
H A Dproc_amd64dep.c148 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr()
197 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()
429 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out()
431 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()
445 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next()
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/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c234 t.t_pshandle, t.t_data); in cmd_target()