Lines Matching defs:uc
140 ucontext_t *uc;
175 minstacksz = sizeof (struct sigframe) + SA(sizeof (*uc));
289 uc = (ucontext_t *)(sp + sizeof (struct sigframe));
292 copyout_noerr(tuc, uc, sizeof (*tuc));
296 lwp->lwp_oldcontext = (uintptr_t)uc;
333 rp->r_rdx = (uintptr_t)uc;
399 ucontext32_t *uc;
406 minstacksz = SA32(sizeof (struct sigframe32)) + SA32(sizeof (*uc));
507 uc = (ucontext32_t *)fp;
510 copyout_noerr(tuc, uc, sizeof (*tuc));
514 lwp->lwp_oldcontext = (uintptr_t)uc;
539 frame32.ucp = (caddr32_t)(uintptr_t)uc;
619 ucontext_t *uc;
626 minstacksz = SA(sizeof (struct sigframe)) + SA(sizeof (*uc));
727 uc = (ucontext_t *)fp;
730 copyout_noerr(tuc, uc, sizeof (*tuc));
734 lwp->lwp_oldcontext = (uintptr_t)uc;
750 frame.ucp = uc;