ucontext32_t
ucontext32_t *uc = arg;
CTASSERT(sizeof(ucontext_t) >= sizeof(ucontext32_t));
ucontext32_t sf_uc;
ucontext32_t *uc = arg;
ucontext32_t sf_uc;
ucontext32_t * const uc = arg;
ucontext32_t sf_uc;
ucontext32_t * const uc = arg;
ucontext32_t sf_uc;
ucontext32_t uc;
ucontext32_t *uc = arg;
ucontext32_t sf_uc;
ucontext32_t uc;
ucontext32_t uc;
ucontext32_t *newuc = NULL;
.e_ucsize = sizeof(ucontext32_t),
getucontext32(struct lwp *l, ucontext32_t *ucp)
ucontext32_t uc;
return copyout(&uc, SCARG_P32(uap, ucp), sizeof (ucontext32_t));
setucontext32(struct lwp *l, const ucontext32_t *ucp)
ucontext32_t uc;
__CTASSERT(sizeof(ucontext32_t) == __UCONTEXT32_SIZE);
void getucontext32(struct lwp *, ucontext32_t *);
int setucontext32(struct lwp *, const ucontext32_t *);