/linux-2.6.39/arch/powerpc/include/asm/ |
D | signal.h | 14 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 101 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | signal.h | 24 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 120 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | signal.h | 19 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 115 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | signal.h | 27 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 123 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/arm/include/asm/ |
D | signal.h | 17 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 119 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/cris/include/asm/ |
D | signal.h | 17 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 114 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/h8300/include/asm/ |
D | signal.h | 17 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 113 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | signal.h | 27 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 125 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/s390/include/asm/ |
D | signal.h | 27 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 123 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | signal.h | 17 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 119 old_sigset_t sa_mask;
|
D | ucontext.h | 7 old_sigset_t uc_osf_sigmask;
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | signal.h | 17 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 111 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/sh/include/asm/ |
D | signal.h | 10 old_sigset_t sa_mask;
|
D | syscalls_32.h | 26 asmlinkage int sys_sigsuspend(old_sigset_t mask, unsigned long r5,
|
/linux-2.6.39/arch/x86/include/asm/ |
D | signal.h | 28 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 132 old_sigset_t sa_mask;
|
D | syscalls.h | 49 asmlinkage int sys_sigsuspend(int, int, old_sigset_t);
|
D | sys_ia32.h | 75 asmlinkage long sys32_sigsuspend(int, int, old_sigset_t);
|
/linux-2.6.39/arch/frv/include/asm/ |
D | signal.h | 21 old_sigset_t sa_mask;
|
/linux-2.6.39/arch/sparc/kernel/ |
D | systbls.h | 40 extern asmlinkage long sys_sigsuspend(old_sigset_t set);
|
/linux-2.6.39/include/asm-generic/ |
D | signal.h | 98 typedef unsigned long old_sigset_t; typedef
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | signal.h | 137 typedef unsigned long old_sigset_t; typedef
|
/linux-2.6.39/arch/mips/include/asm/ |
D | signal.h | 22 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | signal.h | 130 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
/linux-2.6.39/arch/um/sys-i386/ |
D | syscalls.c | 44 old_sigset_t mask; in sys_sigaction()
|
/linux-2.6.39/arch/s390/kernel/ |
D | entry.h | 47 long sys_sigsuspend(int history0, int history1, old_sigset_t mask);
|