Home
last modified time | relevance | path

Searched refs:sf_code (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dsunos_machdep.c64 int sf_code; /* code */ member
112 sf.sf_code = code; in sunos_sendsig()
H A Dcompat_16_machdep.c97 int sf_code; /* code */ member
156 sf.sf_code = code; in sendsig_sigcontext()
/netbsd-src/sys/arch/m68k/m68k/
H A Dsunos_machdep.c83 int sf_code; /* additional info for handler */ member
134 kf.sf_code = code; in sunos_sendsig()
H A Dcompat_16_machdep.c122 kf.sf_code = code; in sendsig_sigcontext()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dsunos_machdep.c75 int sf_code; /* code */ member
129 sf.sf_code = ksi->ksi_trap; in sunos_sendsig()
H A Dnetbsd32_machdep_16.c92 int sf_code; /* code */ member
149 sf.sf_code = (u_int)ksi->ksi_trap; in netbsd32_sendsig_sigcontext()
H A Dcompat_16_machdep.c73 int sf_code; /* code */ member
121 sf.sf_code = ksi->ksi_trap; in sendsig_sigcontext()
H A Dsunos32_machdep.c87 uint32_t sf_code; /* code */ member
213 sf.sf_code = (uint32_t)ksi->ksi_trap; in sunos32_sendsig()
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_machdep.h106 int sf_code; member
H A Dfreebsd_machdep.c95 frame.sf_code = code; in freebsd_sendsig()
/netbsd-src/sys/arch/sh3/include/
H A Dframe.h157 int sf_code; /* r5 - "code" argument for handler */
/netbsd-src/sys/arch/i386/include/
H A Dframe.h157 int sf_code; /* "code" argument for handler */ member
/netbsd-src/sys/compat/linux/arch/m68k/
H A Dlinux_machdep.h79 int sf_code; /* Linux stores vector offset here */ member
H A Dlinux_machdep.c126 kf.sf_code = frame->f_vector; /* Does anyone use it? */ in setup_linux_sigframe()
/netbsd-src/sys/arch/m68k/include/
H A Dframe.h183 int sf_code; /* additional info for handler */ member
/netbsd-src/sys/arch/amd64/include/
H A Dnetbsd32_machdep.h100 int32_t sf_code; member
/netbsd-src/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep_16.c125 frame.sf_code = ksi->ksi_trap; in netbsd32_sendsig_sigcontext()
/netbsd-src/sys/arch/i386/i386/
H A Dcompat_16_machdep.c181 frame.sf_code = code; in sendsig_sigcontext()