ucontext32_t
ucontext_32_to_prgregs(const ucontext32_t *uc, prgregset_t dst)
ucontext32_t uc;
ucontext32_t *ctxp = (void *)L->lwp_status.pr_oldcontext;
ucontext32_t *ctxp = (void *)ls.pr_oldcontext;
ucontext32_t u32;
ucontext_32_to_prgregs(const ucontext32_t *src, prgregset_t dst)
ucontext32_t uc32;
ucontext32_t uc32;
if (copyin(ucp, &uc32, sizeof (ucontext32_t)))
ucontext32_t *ucp = (ucontext32_t *)oldcontext;
ucontext_32ton(const ucontext32_t *src, ucontext_t *dst)
ucontext32_t *volatile tuc = NULL;
ucontext32_t *uc;
uc = (ucontext32_t *)fp;
extern void ucontext_nto32(const ucontext_t *src, ucontext32_t *dest);
extern void ucontext_32ton(const ucontext32_t *src, ucontext_t *dest);
extern int savecontext32(ucontext32_t *, const k_sigset_t *,
savecontext32(ucontext32_t *ucp, const k_sigset_t *mask,
bzero(&ucp->uc_mcontext.fpregs, sizeof (ucontext32_t) -
offsetof(ucontext32_t, uc_mcontext.fpregs));
ucontext32_t uc;
ucontext32_t *ucp;
if (copyin(ucp, &uc, offsetof(ucontext32_t, uc_filler) -
extern void ucontext_32ton(const ucontext32_t *, ucontext_t *,
extern void savecontext32(ucontext32_t *, const k_sigset_t *, struct fq32 *);
savecontext32(ucontext32_t *ucp, const k_sigset_t *mask, struct fq32 *dfq)
bzero(&ucp->uc_mcontext.fpregs.fpu_en, sizeof (ucontext32_t) -
offsetof(ucontext32_t, uc_mcontext.fpregs.fpu_en));
ucontext32_t uc;
ucontext32_t *ucp;
if (copyout(&uc, arg, sizeof (ucontext32_t)))
ucontext32_t uc;
ucontext32_t *volatile tuc = NULL;
tuc = kmem_alloc(sizeof (ucontext32_t), KM_SLEEP);
ucontext_32ton(const ucontext32_t *src, ucontext_t *dest,
xregs_hasptr32(klwp_id_t lwp, ucontext32_t *uc)
xregs_getptr32(klwp_id_t lwp, ucontext32_t *uc)
xregs_setptr32(klwp_id_t lwp, ucontext32_t *uc, caddr32_t xrp)
xregs_clrptr32(klwp_id_t lwp, ucontext32_t *uc)