| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | signal.h | 14 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 22 old_sigset_t sa_mask;
|
| H A D | ucontext.h | 8 old_sigset_t uc_osf_sigmask;
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 15 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 73 old_sigset_t sa_mask;
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 16 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef 127 old_sigset_t sa_mask;
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | signal.h | 12 old_sigset_t sa_mask;
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | signal.h | 24 typedef unsigned long old_sigset_t; typedef
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | signal.h | 14 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | signal.h | 19 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | signal.h | 17 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | signal.h | 14 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | signal.h | 14 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | signal_types.h | 59 old_sigset_t sa_mask;
|
| H A D | syscalls.h | 1155 asmlinkage long sys_sigpending(old_sigset_t __user *uset); 1156 asmlinkage long sys_sigprocmask(int how, old_sigset_t __user *set, 1157 old_sigset_t __user *oset); 1159 asmlinkage long sys_sigsuspend(old_sigset_t mask); 1163 asmlinkage long sys_sigsuspend(int unused1, int unused2, old_sigset_t mask);
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | signal.h | 66 typedef unsigned long old_sigset_t; typedef
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 28 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 23 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | signal.h | 95 typedef unsigned long old_sigset_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | signal.h | 95 typedef unsigned long old_sigset_t; typedef
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | signal32.c | 46 old_sigset_t mask;
|
| H A D | signal.c | 597 old_sigset_t mask; in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | signal.h | 21 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | signal.h | 97 #define __old_sigset_t old_sigset_t
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | signal.c | 4210 SYSCALL_DEFINE1(sigpending, old_sigset_t __user *, uset) in SYSCALL_DEFINE1() 4214 if (sizeof(old_sigset_t) > sizeof(*uset)) in SYSCALL_DEFINE1() 4219 if (copy_to_user(uset, &set, sizeof(old_sigset_t))) in SYSCALL_DEFINE1() 4249 SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, nset, in SYSCALL_DEFINE3() 4250 old_sigset_t __user *, oset) in SYSCALL_DEFINE3() 4252 old_sigset_t old_set, new_set; in SYSCALL_DEFINE3() 4377 old_sigset_t mask; in SYSCALL_DEFINE3() 4549 SYSCALL_DEFINE1(sigsuspend, old_sigset_t, mask) in SYSCALL_DEFINE1() argument 4557 SYSCALL_DEFINE3(sigsuspend, int, unused1, int, unused2, old_sigset_t, mask) in SYSCALL_DEFINE3() argument
|
| H A D | compat.c | 44 old_sigset_t old_set, new_set; in COMPAT_SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | signal.c | 67 old_sigset_t mask; in SYSCALL_DEFINE3()
|