Home
last modified time | relevance | path

Searched refs:ti_stksize (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c681 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_lwp_stack()
685 Stk->stkbase = Stk->stkend - thrinfo.ti_stksize; in make_lwp_stack()
742 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_thr_stack()
746 Stk->stkbase = Stk->stkend - thrinfo.ti_stksize; in make_thr_stack()
890 if (sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in find_stack()
898 Stk->stkbase = Stk->stkend - thrinfo.ti_stksize; in find_stack()
916 (ulong_t)thrinfo.ti_stkbase - thrinfo.ti_stksize, in find_stack()
/illumos-gate/usr/src/head/
H A Dthread_db.h215 long ti_stksize; /* size of thread's stack */ member
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c1320 ti_p->ti_stksize = ulwp->ul_stksiz; in td_thr2to()
1364 ti_p->ti_stksize = ulwp->ul_stksiz; in td_thr2to32()