svr4_ucontext      62 arch/i386/i386/svr4_machdep.c svr4_getcontext(struct proc *p, struct svr4_ucontext *uc, int mask,
svr4_ucontext      71 arch/i386/i386/svr4_machdep.c 	bzero(uc, sizeof(struct svr4_ucontext));
svr4_ucontext     135 arch/i386/i386/svr4_machdep.c svr4_setcontext(struct proc *p, struct svr4_ucontext *uc)
svr4_ucontext      70 arch/i386/include/svr4_machdep.h struct svr4_ucontext;
svr4_ucontext      73 arch/i386/include/svr4_machdep.h void svr4_getcontext(struct proc *, struct svr4_ucontext *, int, int);
svr4_ucontext      74 arch/i386/include/svr4_machdep.h int svr4_setcontext(struct proc *, struct svr4_ucontext *);
svr4_ucontext     643 compat/svr4/svr4_signal.c 	struct svr4_ucontext uc;
svr4_ucontext     219 compat/svr4/svr4_syscallargs.h 	syscallarg(struct svr4_ucontext *) uc;
svr4_ucontext      53 compat/svr4/svr4_ucontext.h typedef struct svr4_ucontext {
svr4_ucontext      55 compat/svr4/svr4_ucontext.h 	struct svr4_ucontext	*uc_link;
svr4_ucontext      71 compat/svr4/svr4_ucontext.h 	struct	svr4_ucontext *sf_ucp;
svr4_ucontext      73 compat/svr4/svr4_ucontext.h 	struct	svr4_ucontext sf_uc;