Lines Matching defs:stkp
3740 Lstack(struct ps_lwphandle *L, stack_t *stkp)
3746 if (Pread(P, stkp, sizeof (*stkp), addr) != sizeof (*stkp))
3755 stack_32_to_n(&stk32, stkp);
3763 Lmain_stack(struct ps_lwphandle *L, stack_t *stkp)
3767 if (Lstack(L, stkp) != 0)
3775 if (!(stkp->ss_flags & SS_ONSTACK))
3781 if (Pread(P, stkp, sizeof (*stkp),
3782 (uintptr_t)&ctxp->uc_stack) != sizeof (*stkp))
3793 stack_32_to_n(&stk32, stkp);
3801 Lalt_stack(struct ps_lwphandle *L, stack_t *stkp)
3808 *stkp = L->lwp_status.pr_altstack;