Home
last modified time | relevance | path

Searched defs:linux_sigframe (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/compat/linux/arch/m68k/
H A Dlinux_machdep.h76 struct linux_sigframe { struct
77 void *sf_psigtramp;
78 int sf_signum; /* signo for handler */
79 int sf_code; /* Linux stores vector offset here */
80 struct linux_sigcontext *sf_scp; /* context ptr for handler */
81 int sf_sigtramp[2];
82 struct linux_sigc2 {
88 } sf_c;
/netbsd-src/sys/compat/linux/arch/alpha/
H A Dlinux_machdep.h81 struct linux_sigframe { struct
97 void setup_linux_sigframe(struct trapframe *, const ksiginfo_t *, argument
/netbsd-src/sys/compat/linux/arch/arm/
H A Dlinux_machdep.h68 struct linux_sigframe { struct
69 struct linux_sigcontext sf_sc;
70 unsigned long sf_extramask[LINUX__NSIG_WORDS - 1];
/netbsd-src/sys/compat/linux/arch/mips/
H A Dlinux_machdep.h108 struct linux_sigframe { struct
116 struct linux_sigframe32 { argument
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.h144 struct linux_sigframe { struct
145 int sf_sig;
146 struct linux_sigcontext sf_sc;
147 sig_t sf_handler;