Home
last modified time | relevance | path

Searched refs:tref (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/truss/
H A Dfcall.c653 Stk->tref = 0; in make_lwp_stack()
727 Stk->tref = 0; in make_thr_stack()
795 Stk->tref = 0; in find_lwp_stack()
818 prgreg_t tref = Lsp->pr_reg[R_G7]; in find_stack() local
820 prgreg_t tref = Lsp->pr_reg[REG_FS]; in find_stack() local
822 prgreg_t tref = Lsp->pr_reg[GS]; in find_stack() local
837 Stk->tref = 0; in find_stack()
858 Stk->tref = 0; in find_stack()
877 (int)lwpid, error, (long)tref); in find_stack()
886 (int)lwpid, error, (long)tref); in find_stack()
[all …]
H A Dramdata.h269 prgreg_t tref; /* %g7 (sparc) or %gs (intel) */ member