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

/freebsd-11.0-release/sys/compat/svr4/
H A Dsvr4_ucontext.h28 * $FreeBSD: releng/11.0/sys/compat/svr4/svr4_ucontext.h 139743 2005-01-05 22:34:37Z imp $
49 typedef struct svr4_ucontext { struct
51 /* struct svr4_ucontext *uc_link;*/
68 struct svr4_ucontext *sf_ucp;
70 struct svr4_ucontext sf_uc;
H A Dsvr4_signal.c50 #include <compat/svr4/svr4_ucontext.h>
531 struct svr4_ucontext uc;
H A Dsvr4_proto.h207 char uc_l_[PADL_(struct svr4_ucontext *)]; struct svr4_ucontext * uc; char uc_r_[PADR_(struct svr4_ucontext *)];
/freebsd-11.0-release/sys/i386/svr4/
H A Dsvr4_genassym.c10 #include <compat/svr4/svr4_ucontext.h>
19 ASSYM(SVR4_UC_FS, offsetof(struct svr4_ucontext,
21 ASSYM(SVR4_UC_GS, offsetof(struct svr4_ucontext,
23 ASSYM(SVR4_UC_EFLAGS, offsetof(struct svr4_ucontext,
H A Dsvr4_machdep.h75 struct svr4_ucontext;
77 void svr4_getcontext(struct thread *, struct svr4_ucontext *, sigset_t *, int);
78 int svr4_setcontext(struct thread *p, struct svr4_ucontext *);
H A Dsvr4_machdep.c59 #include <compat/svr4/svr4_ucontext.h>
95 struct svr4_ucontext *uc;
114 memset(uc, 0, sizeof(struct svr4_ucontext));
192 struct svr4_ucontext *uc;

Completed in 59 milliseconds