Searched refs:uctx (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c100 user32_addr_t uctx; /* struct ucontext32 */ member in struct:sigframe32
377 frame32.uctx = CAST_DOWN_EXPLICIT(user32_addr_t, ua_uctxp);
673 * just set/reset it and return (the uap->uctx is not used).
689 if ((error = copyin(uap->uctx, (void *)&uctx64, sizeof (uctx64))))
716 if ((error = copyin(uap->uctx, (void *)&uctx32, sizeof (uctx32))))
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c351 if ((error = copyin(uap->uctx, (void *)&uctx32, sizeof(struct user_ucontext32))))

Completed in 24 milliseconds