Home
last modified time | relevance | path

Searched refs:PTL_TID (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h84 #define PTL_TID(t) \ macro
H A Dmdb_proc.c1088 } else if (PTL_GETREGS(t, PTL_TID(t), gregs.gregs) != 0) { in pt_stack_common()
1504 mdb_tgt_tid_t tid = PTL_TID(t); in reg_disc_get()
1517 mdb_tgt_tid_t tid = PTL_TID(t); in reg_disc_set()
2804 return (pt_lookup_by_name_thr(t, object, name, symp, sip, PTL_TID(t))); in pt_lookup_by_name()
3346 tsp->st_tid = PTL_TID(t); in pt_status()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c165 tid = PTL_TID(t); in pt_regs()
H A Dproc_amd64dep.c210 tid = PTL_TID(t); in pt_regs()
H A Dproc_x86util.c596 tid = PTL_TID(t); in x86_pt_fpregs_common()