Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/sh/include/uapi/asm/
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);
/kernel/linux/linux-5.10/arch/sh/include/uapi/asm/
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);
/kernel/linux/linux-5.10/include/linux/
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;
/kernel/linux/linux-6.6/include/linux/
Dsignal_types.h59 struct old_sigaction { struct
60 __sighandler_t sa_handler;
61 old_sigset_t sa_mask;
62 unsigned long sa_flags;
63 __sigrestore_t sa_restorer;
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
Dsignal.h76 struct old_sigaction { struct
77 __sighandler_t sa_handler;
78 old_sigset_t sa_mask;
79 unsigned long sa_flags;
80 __sigrestore_t sa_restorer;
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
Dsignal.h95 struct old_sigaction { struct
96 __sighandler_t sa_handler;
97 old_sigset_t sa_mask;
98 unsigned long sa_flags;
99 __sigrestore_t sa_restorer;
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsignal_32.c56 #define old_sigaction old_sigaction32 macro
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dsignal_32.c56 #define old_sigaction old_sigaction32 macro