Searched refs:sf_code (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dframe.h157 int sf_code; /* r5 - "code" argument for handler */
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dframe.h155 int sf_code; /* "code" argument for handler */ member in struct:sigframe_sigcontext
H A Dfreebsd_machdep.h106 int sf_code; member in struct:freebsd_sigframe
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dsunos_machdep.c64 int sf_code; /* code */ member in struct:sunos_sigframe
112 sf.sf_code = code;
H A Dcompat_16_machdep.c97 int sf_code; /* code */ member in struct:sigframe_sigcontext
156 sf.sf_code = code;
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/m68k/
H A Dlinux_machdep.h79 int sf_code; /* Linux stores vector offset here */ member in struct:linux_sigframe
H A Dlinux_machdep.c124 kf.sf_code = frame->f_vector; /* Does anyone use it? */
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsunos_machdep.c76 int sf_code; /* code */ member in struct:sunos_sigframe
129 sf.sf_code = ksi->ksi_trap;
H A Dcompat_16_machdep.c73 int sf_code; /* code */ member in struct:sigframe_sigcontext
121 sf.sf_code = ksi->ksi_trap;
H A Dsunos32_machdep.c87 uint32_t sf_code; /* code */ member in struct:sunos32_sigframe
213 sf.sf_code = (uint32_t)ksi->ksi_trap;
H A Dnetbsd32_machdep.c165 int sf_code; /* code */ member in struct:sparc32_sigframe
220 sf.sf_code = (u_int)ksi->ksi_trap;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dsunos_machdep.c84 int sf_code; /* additional info for handler */ member in struct:sunos_sigframe
135 kf.sf_code = code;
H A Dcompat_16_machdep.c122 kf.sf_code = code;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dframe.h187 int sf_code; /* additional info for handler */ member in struct:sigframe_sigcontext
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dnetbsd32_machdep.h80 int32_t sf_code; member in struct:netbsd32_sigframe_sigcontext
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dcompat_16_machdep.c197 frame.sf_code = code;
H A Dibcs2_machdep.c108 frame.sf_code = code;
H A Dfreebsd_machdep.c103 frame.sf_code = code;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c219 frame.sf_code = ksi->ksi_trap;

Completed in 204 milliseconds