/linux-2.4.37.9/include/asm-s390/ |
D | siginfo.h | 118 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | siginfo.h | 110 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | siginfo.h | 109 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | siginfo.h | 108 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | siginfo.h | 118 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | siginfo.h | 110 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | siginfo.h | 110 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | siginfo.h | 110 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | siginfo.h | 110 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | siginfo.h | 110 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | siginfo.h | 117 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | siginfo.h | 110 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | siginfo.h | 137 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | siginfo.h | 137 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | siginfo.h | 120 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | siginfo.h | 115 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | siginfo.h | 140 #define SI_TKILL (-6) /* sent by tkill system call */ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | siginfo.h | 175 #define SI_TKILL -6 /* sent by tkill system call */ macro
|
/linux-2.4.37.9/kernel/ |
D | signal.c | 162 && info->si_code != SI_TKILL) { in sig_exit() 1054 info.si_code = SI_TKILL; in sys_tkill()
|