Searched refs:sigcontext (Results 51 - 71 of 71) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dcompat_16_machdep.c98 struct sigcontext *sf_scp; /* SunOS user addr of sigcontext */
100 struct sigcontext sf_sc; /* actual sigcontext */
263 syscallarg(struct sigcontext *) sigcntxp;
265 struct sigcontext sc, *scp;
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dcompat_16_machdep.c99 struct sigcontext *scp = getframe(l, sig, &onstack);
100 struct sigcontext ksc;
236 syscallarg(struct sigcontext *) sigcntxp;
238 struct sigcontext *scp, ksc;
H A Dnetbsd32_machdep.c140 NETBSD32TOP_UAP(sigcntxp, struct sigcontext *);
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dcompat_16_machdep.c75 struct sigcontext *sf_scp; /* SunOS user addr of sigcontext */
78 struct sigcontext sf_sc; /* actual sigcontext */
262 syscallarg(struct sigcontext *) sigcntxp;
264 struct sigcontext sc, *scp;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dlinux-unwind.h48 tell us how to locate the sigcontext structure.
64 struct sigcontext *sc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dlinux-unwind.h48 tell us how to locate the sigcontext structure.
64 struct sigcontext *sc;
/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/gen/
H A D__longjmp14.c52 struct sigcontext *sc = (void *)env;
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A Dlongjmp.c48 struct sigcontext *sc = (void *)env;
51 /* Ensure non-zero SP and sigcontext magic number is present */
H A D_setjmp.S68 REG_LI v0, 0xACEDBADE # sigcontext magic number
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/master/
H A Dmaster_sig.c98 static void master_sigchld(int sig, int code, struct sigcontext * scp)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dlinux-unwind.h41 struct sigcontext *sc;
61 sc = (struct sigcontext *)(void *)&rt_->uc.uc_mcontext.gregs;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dcompat_16_machdep.c250 syscallarg(struct sigcontext *) sigcntxp;
253 struct sigcontext *scp;
255 struct sigcontext tsigc;
315 * the sigcontext structure.
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dcompat_16_machdep.c196 syscallarg(struct sigcontext *) sigcntxp;
198 struct sigcontext *scp, context;
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dcompat_16_machdep.c79 syscallarg(struct sigcontext *) sigcntxp;
82 struct sigcontext *scp, context;
H A Dvm86.c441 struct sigcontext regs;
H A Dlocore.S878 * Handler has returned here as if we called it. The sigcontext
881 leal 12(%esp),%eax # get pointer to sigcontext
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dcompat_16_machdep.c217 syscallarg(struct sigcontext *) sigcntxp;
219 struct sigcontext *scp, context;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dcompat_16_machdep.c213 /* sigcontext specific trap frame */
250 syscallarg(struct sigcontext *) sigcntxp;
252 struct sigcontext *scp, ksc;
/netbsd-6-1-5-RELEASE/sys/compat/ultrix/
H A Dultrix_syscallargs.h231 syscallarg(struct sigcontext *) sigcntxp;
313 syscallarg(struct sigcontext *) sigcntxp;
/netbsd-6-1-5-RELEASE/sys/compat/sunos/
H A Dsunos_syscallargs.h327 syscallarg(struct sigcontext *) sigcntxp;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dsyscallargs.h1583 syscallarg(struct sigcontext *) sigcntxp;

Completed in 157 milliseconds

123