Searched refs:mcontext64 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A Ducontext.h58 struct mcontext64 { struct
68 typedef struct mcontext64 * mcontext64_t;
H A D_structs.h85 #define _STRUCT_MCONTEXT64 struct mcontext64
/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A D_structs.h75 #define _STRUCT_MCONTEXT64 struct mcontext64
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dunix_signal.c108 struct mcontext64 mctx64;
190 ua_sp -= sizeof (struct mcontext64);
219 uctx64.uc_mcsize = sizeof(struct mcontext64);
225 if (copyout((caddr_t)&mctx.mctx64, ua_mctxp, sizeof (struct mcontext64)))
549 struct mcontext64 mctx64;
583 if ((error = copyin(uctx64.uc_mcontext64, (void *)&mctx.mctx64, sizeof (struct mcontext64))))
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c189 struct mcontext64 mctx64;
386 sp -= sizeof(struct mcontext64);
714 char mactx[sizeof(struct mcontext64)];
716 struct mcontext64 *p_64mctx;
777 * The 64 bit process mcontext is identical to the mcontext64, so
800 p_64mctx = (struct mcontext64 *)mactx;

Completed in 36 milliseconds