Searched refs:Thp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c271 * thr_stack(td_thrhandle_t *Thp, NULL);
315 thr_stack(const td_thrhandle_t *Thp, void *cd) argument
321 if (td_thr_get_info(Thp, &thrinfo) != TD_OK)
334 ((error = td_thr_getgregs(Thp, tip->regs)) != TD_OK &&
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c72 int thr_stack_traps(const td_thrhandle_t *Thp, void *cd);
706 make_thr_stack(const td_thrhandle_t *Thp, prgregset_t reg) argument
741 if (td_thr_get_info(Thp, &thrinfo) == TD_OK &&
1648 thr_stack_traps(const td_thrhandle_t *Thp, void *cd) argument
1656 if (td_thr_getgregs(Thp, reg) != TD_PARTIALREG)
1659 make_thr_stack(Thp, reg);

Completed in 48 milliseconds