tag | line | file | source code |
__sighandler_t | 84 | include/asm-alpha/signal.h | typedef void (*__sighandler_t)(int); |
__sighandler_t | 86 | include/asm-alpha/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
__sighandler_t | 87 | include/asm-alpha/signal.h | #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ |
__sighandler_t | 88 | include/asm-alpha/signal.h | #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ |
__sighandler_t | 91 | include/asm-alpha/signal.h | __sighandler_t sa_handler; |
__sighandler_t | 80 | include/asm-i386/signal.h | typedef void (*__sighandler_t)(int); |
__sighandler_t | 82 | include/asm-i386/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
__sighandler_t | 83 | include/asm-i386/signal.h | #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ |
__sighandler_t | 84 | include/asm-i386/signal.h | #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ |
__sighandler_t | 87 | include/asm-i386/signal.h | __sighandler_t sa_handler; |
__sighandler_t | 79 | include/asm-m68k/signal.h | typedef void (*__sighandler_t)(int); |
__sighandler_t | 81 | include/asm-m68k/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
__sighandler_t | 82 | include/asm-m68k/signal.h | #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ |
__sighandler_t | 83 | include/asm-m68k/signal.h | #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ |
__sighandler_t | 86 | include/asm-m68k/signal.h | __sighandler_t sa_handler; |
__sighandler_t | 97 | include/asm-mips/signal.h | typedef void (*__sighandler_t)(int); |
__sighandler_t | 100 | include/asm-mips/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
__sighandler_t | 101 | include/asm-mips/signal.h | #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ |
__sighandler_t | 102 | include/asm-mips/signal.h | #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ |
__sighandler_t | 106 | include/asm-mips/signal.h | __sighandler_t sa_handler; |
__sighandler_t | 68 | include/asm-ppc/signal.h | typedef void (*__sighandler_t)(int); |
__sighandler_t | 70 | include/asm-ppc/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
__sighandler_t | 71 | include/asm-ppc/signal.h | #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ |
__sighandler_t | 72 | include/asm-ppc/signal.h | #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ |
__sighandler_t | 75 | include/asm-ppc/signal.h | __sighandler_t sa_handler; |
__sighandler_t | 141 | include/asm-sparc/signal.h | typedef void (*__sighandler_t)(int, int, struct sigcontext_struct *, char *); |
__sighandler_t | 143 | include/asm-sparc/signal.h | typedef void (*__sighandler_t)(int); |
__sighandler_t | 146 | include/asm-sparc/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
__sighandler_t | 147 | include/asm-sparc/signal.h | #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ |
__sighandler_t | 148 | include/asm-sparc/signal.h | #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ |
__sighandler_t | 151 | include/asm-sparc/signal.h | __sighandler_t sa_handler; |
__sighandler_t | 128 | kernel/signal.c | asmlinkage unsigned long sys_signal(int signum, __sighandler_t handler) |