Home
last modified time | relevance | path

Searched refs:sigcontext13 (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/lib/libc/arch/vax/
Dgenassym.cf71 define SC13_LEN sizeof(struct sigcontext13)
72 define SC13_ONSTACK offsetof(struct sigcontext13, sc_onstack)
73 define SC13_MASK offsetof(struct sigcontext13, sc_mask)
74 define SC13_SP offsetof(struct sigcontext13, sc_sp)
75 define SC13_FP offsetof(struct sigcontext13, sc_fp)
76 define SC13_AP offsetof(struct sigcontext13, sc_ap)
77 define SC13_PC offsetof(struct sigcontext13, sc_pc)
78 define SC13_PS offsetof(struct sigcontext13, sc_ps)
/netbsd/src/sys/arch/m68k/m68k/
Dcompat_13_machdep.c76 struct sigcontext13 *scp; in compat_13_sys_sigreturn()
78 struct sigcontext13 tsigc; in compat_13_sys_sigreturn()
/netbsd/src/sys/arch/vax/vax/
Dcompat_13_machdep.c127 struct sigcontext13 *ucntx; in compat_13_sys_sigreturn()
128 struct sigcontext13 ksc; in compat_13_sys_sigreturn()
/netbsd/src/sys/arch/sparc/sparc/
Dsunos_machdep.c65 struct sigcontext13 *sf_scp; /* SunOS user addr of sigcontext */
67 struct sigcontext13 sf_sc; /* actual sigcontext */
Dcompat_13_machdep.c70 struct sigcontext13 sc, *scp; in compat_13_sys_sigreturn()
/netbsd/src/sys/arch/mips/mips/
Dnetbsd32_machdep_13.c77 NETBSD32TOP_UAP(sigcntxp, struct sigcontext13 *); in compat_13_netbsd32_sigreturn()
Dcompat_13_machdep.c53 struct sigcontext13 *scp, ksc; in compat_13_sys_sigreturn()
/netbsd/src/sys/arch/powerpc/include/
Dsignal.h56 struct sigcontext13 { struct
/netbsd/src/sys/arch/arm/arm32/
Dnetbsd32_machdep_13.c63 NETBSD32TOP_UAP(sigcntxp, struct sigcontext13 *); in compat_13_netbsd32_sigreturn()
/netbsd/src/sys/arch/alpha/include/
Dsignal.h54 struct sigcontext13 { struct
/netbsd/src/sys/arch/sparc/include/
Dsignal.h67 struct sigcontext13 { struct
/netbsd/src/sys/arch/m68k/include/
Dsignal.h58 struct sigcontext13 { struct
/netbsd/src/sys/arch/i386/include/
Dsignal.h57 struct sigcontext13 { struct
/netbsd/src/sys/arch/mips/include/
Dsignal.h68 struct sigcontext13 { struct
/netbsd/src/sys/arch/sh3/include/
Dsignal.h53 struct sigcontext13 { struct
/netbsd/src/sys/arch/arm/include/
Dsignal.h72 struct sigcontext13 { struct
/netbsd/src/sys/arch/vax/include/
Dsignal.h65 struct sigcontext13 { struct
/netbsd/src/sys/arch/alpha/alpha/
Dcompat_13_machdep.c66 struct sigcontext13 *scp, ksc; in compat_13_sys_sigreturn()
/netbsd/src/sys/arch/powerpc/powerpc/
Dcompat_13_machdep.c81 struct sigcontext13 sc; in compat_13_sys_sigreturn()
/netbsd/src/sys/arch/i386/i386/
Dcompat_13_machdep.c53 struct sigcontext13 *scp, context; in compat_13_sys_sigreturn()
/netbsd/src/sys/arch/arm/arm/
Dcompat_13_machdep.c61 struct sigcontext13 *scp, context; in compat_13_sys_sigreturn()
/netbsd/src/sys/arch/sparc64/sparc64/
Dcompat_13_machdep.c69 struct sigcontext13 sc, *scp; in compat_13_sys_sigreturn()
/netbsd/src/sys/sys/
Dsyscallargs.h641 syscallarg(struct sigcontext13 *) sigcntxp;