Searched refs:ucontext4 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Ducontext.h58 struct ucontext4 { struct
61 struct ucontext4 *uc_link;
66 #define ucontext4 ucontext macro
H A Dsysproto.h2433 char sigcntxp_l_[PADL_(const struct ucontext4 *)]; const struct ucontext4 * sigcntxp; char sigcntxp_r_[PADR_(const struct ucontext4 *)];
/freebsd-10.1-release/sys/i386/include/
H A Dsigframe.h86 struct ucontext4 sf_uc; /* = *sf_ucontext */
/freebsd-10.1-release/sys/i386/i386/
H A Dgenassym.c188 ASSYM(UC4_EFLAGS, offsetof(struct ucontext4, uc_mcontext.mc_eflags));
189 ASSYM(UC4_GS, offsetof(struct ucontext4, uc_mcontext.mc_gs));
H A Dmachdep.c905 const ucontext4 *sigcntxp;
908 struct ucontext4 uc;
910 struct ucontext4 *ucp;
/freebsd-10.1-release/sys/pc98/pc98/
H A Dmachdep.c834 const ucontext4 *sigcntxp;
837 struct ucontext4 uc;
839 struct ucontext4 *ucp;

Completed in 200 milliseconds