Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/
H A Dsignal.h10 struct old_sigaction { struct
11 __sighandler_t sa_handler;
12 old_sigset_t sa_mask;
13 unsigned long sa_flags;
14 void (*sa_restorer)(void);
/OK3568_Linux_fs/kernel/include/linux/
H A Dsignal_types.h57 struct old_sigaction { struct
58 __sighandler_t sa_handler;
59 old_sigset_t sa_mask;
60 unsigned long sa_flags;
61 __sigrestore_t sa_restorer;
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dsignal.h71 struct old_sigaction { struct
72 __sighandler_t sa_handler;
73 old_sigset_t sa_mask;
74 unsigned long sa_flags;
75 __sigrestore_t sa_restorer;
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dsignal.h125 struct old_sigaction { struct
126 __sighandler_t sa_handler;
127 old_sigset_t sa_mask;
128 unsigned long sa_flags;
129 void (*sa_restorer)(void);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal_32.c56 #define old_sigaction old_sigaction32 macro