| /netbsd/src/lib/libc/arch/vax/ |
| D | genassym.cf | 71 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/ |
| D | compat_13_machdep.c | 76 struct sigcontext13 *scp; in compat_13_sys_sigreturn() 78 struct sigcontext13 tsigc; in compat_13_sys_sigreturn()
|
| /netbsd/src/sys/arch/vax/vax/ |
| D | compat_13_machdep.c | 127 struct sigcontext13 *ucntx; in compat_13_sys_sigreturn() 128 struct sigcontext13 ksc; in compat_13_sys_sigreturn()
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | sunos_machdep.c | 65 struct sigcontext13 *sf_scp; /* SunOS user addr of sigcontext */ 67 struct sigcontext13 sf_sc; /* actual sigcontext */
|
| D | compat_13_machdep.c | 70 struct sigcontext13 sc, *scp; in compat_13_sys_sigreturn()
|
| /netbsd/src/sys/arch/mips/mips/ |
| D | netbsd32_machdep_13.c | 77 NETBSD32TOP_UAP(sigcntxp, struct sigcontext13 *); in compat_13_netbsd32_sigreturn()
|
| D | compat_13_machdep.c | 53 struct sigcontext13 *scp, ksc; in compat_13_sys_sigreturn()
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | signal.h | 56 struct sigcontext13 { struct
|
| /netbsd/src/sys/arch/arm/arm32/ |
| D | netbsd32_machdep_13.c | 63 NETBSD32TOP_UAP(sigcntxp, struct sigcontext13 *); in compat_13_netbsd32_sigreturn()
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | signal.h | 54 struct sigcontext13 { struct
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | signal.h | 67 struct sigcontext13 { struct
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | signal.h | 58 struct sigcontext13 { struct
|
| /netbsd/src/sys/arch/i386/include/ |
| D | signal.h | 57 struct sigcontext13 { struct
|
| /netbsd/src/sys/arch/mips/include/ |
| D | signal.h | 68 struct sigcontext13 { struct
|
| /netbsd/src/sys/arch/sh3/include/ |
| D | signal.h | 53 struct sigcontext13 { struct
|
| /netbsd/src/sys/arch/arm/include/ |
| D | signal.h | 72 struct sigcontext13 { struct
|
| /netbsd/src/sys/arch/vax/include/ |
| D | signal.h | 65 struct sigcontext13 { struct
|
| /netbsd/src/sys/arch/alpha/alpha/ |
| D | compat_13_machdep.c | 66 struct sigcontext13 *scp, ksc; in compat_13_sys_sigreturn()
|
| /netbsd/src/sys/arch/powerpc/powerpc/ |
| D | compat_13_machdep.c | 81 struct sigcontext13 sc; in compat_13_sys_sigreturn()
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | compat_13_machdep.c | 53 struct sigcontext13 *scp, context; in compat_13_sys_sigreturn()
|
| /netbsd/src/sys/arch/arm/arm/ |
| D | compat_13_machdep.c | 61 struct sigcontext13 *scp, context; in compat_13_sys_sigreturn()
|
| /netbsd/src/sys/arch/sparc64/sparc64/ |
| D | compat_13_machdep.c | 69 struct sigcontext13 sc, *scp; in compat_13_sys_sigreturn()
|
| /netbsd/src/sys/sys/ |
| D | syscallargs.h | 641 syscallarg(struct sigcontext13 *) sigcntxp;
|