Home
last modified time | relevance | path

Searched defs:sigframe_sigcontext (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dcompat_16_machdep.c95 struct sigframe_sigcontext { struct
117 struct sigframe_sigcontext *fp; in sendsig_sigcontext() argument
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dcompat_16_machdep.c71 struct sigframe_sigcontext { struct
72 int sf_signo; /* signal number */
73 int sf_code; /* code */
97 struct sigframe_sigcontext *fp = getframe(l, sig, &onstack); in sendsig_sigcontext() argument
/netbsd-src/sys/arch/m68k/include/
H A Dframe.h180 struct sigframe_sigcontext { struct
181 int sf_ra; /* handler return address */
182 int sf_signum; /* signal number for handler */
183 int sf_code; /* additional info for handler */
184 struct sigcontext *sf_scp; /* context pointer for handler */
185 struct sigcontext sf_sc; /* actual context */
186 struct sigstate sf_state; /* state of the hardware */
/netbsd-src/sys/arch/i386/include/
H A Dframe.h154 struct sigframe_sigcontext { struct
155 int sf_ra; /* return address for handler */
156 int sf_signum; /* "signum" argument for handler */
157 int sf_code; /* "code" argument for handler */
158 struct sigcontext *sf_scp; /* "scp" argument for handler */
159 struct sigcontext sf_sc; /* actual saved context */
/netbsd-src/sys/arch/alpha/include/
H A Dframe.h96 struct sigframe_sigcontext { struct
101 struct sigcontext sf_sc; /* actual saved context */
/netbsd-src/sys/arch/arm/include/
H A Dframe.h104 struct sigframe_sigcontext { struct
105 struct sigcontext sf_sc;
/netbsd-src/sys/arch/sh3/include/
H A Dframe.h154 struct sigframe_sigcontext { struct
160 struct sigcontext sf_sc; /* actual saved context */