Home
last modified time | relevance | path

Searched refs:stack_32_to_n (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h48 extern void stack_32_to_n(const stack32_t *, stack_t *);
H A DPlwpregs.c682 stack_32_to_n(&stk32, stkp); in Plwp_stack()
733 stack_32_to_n(&stk32, stkp); in Plwp_main_stack()
756 stack_32_to_n(&stk32, stkp); in Plwp_main_stack()
H A DP32ton.c79 stack_32_to_n(const stack32_t *src, stack_t *dst) in stack_32_to_n() function
317 stack_32_to_n(&src->pr_altstack, &dst->pr_altstack); in lwpstatus_32_to_n()
H A DPcontrol.c3881 stack_32_to_n(&stk32, stkp); in Lstack()
3919 stack_32_to_n(&stk32, stkp); in Lmain_stack()