Searched refs:uc_mcsize (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/_types/
H A D_ucontext64.h40 __darwin_size_t uc_mcsize; /* size of the machine context passed in */ variable
H A D_ucontext.h40 __darwin_size_t uc_mcsize; /* size of the machine context passed in */ variable
/xnu-2422.115.4/bsd/sys/
H A Ducontext.h50 user_size_t uc_mcsize; /* mcontext size */ member in struct:user_ucontext64
59 user32_size_t uc_mcsize; /* mcontext size */ member in struct:user_ucontext32
/xnu-2422.115.4/bsd/dev/i386/
H A Dunix_signal.c268 uctx64.uc_mcsize = sig_avx ? sizeof(struct mcontext_avx64) : sizeof(struct mcontext64);
396 uctx32.uc_mcsize = sig_avx ? sizeof(struct mcontext_avx32) : sizeof(struct mcontext32);

Completed in 39 milliseconds