Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/kernel/
Dsys32.h40 struct sigaction32 { struct
41 __sighandler_t32 sa_handler;
42 unsigned int sa_flags;
43 compat_sigset_t sa_mask; /* mask last for extensibility */
/linux-2.6.39/arch/x86/include/asm/
Dia32.h16 struct sigaction32 { struct
24 struct old_sigaction32 { argument
/linux-2.6.39/arch/powerpc/kernel/
Dppc32.h81 struct sigaction32 { struct
82 compat_uptr_t sa_handler; /* Really a pointer, but need to deal with 32 bits */
83 unsigned int sa_flags;
84 compat_uptr_t sa_restorer; /* Another 32 bit pointer */
85 compat_sigset_t sa_mask; /* A 32 bit mask */
/linux-2.6.39/arch/s390/kernel/
Dcompat_linux.h139 struct sigaction32 { struct
140 __u32 sa_handler; /* pointer */
164 struct old_sigaction32; argument
/linux-2.6.39/arch/mips/kernel/
Dsignal32.c58 struct sigaction32 { struct
59 unsigned int sa_flags;
60 __sighandler32_t sa_handler;
61 compat_sigset_t sa_mask;