Home
last modified time | relevance | path

Searched refs:old_sigset_t (Results 1 – 18 of 18) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dsignal.h14 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
22 old_sigset_t sa_mask;
H A Ducontext.h8 old_sigset_t uc_osf_sigmask;
/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h15 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
78 old_sigset_t sa_mask;
/linux/arch/sh/include/uapi/asm/
H A Dsignal.h12 old_sigset_t sa_mask;
/linux/arch/s390/include/asm/
H A Dsignal.h19 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
/linux/arch/arm/include/asm/
H A Dsignal.h14 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
/linux/arch/m68k/include/asm/
H A Dsignal.h14 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
/linux/include/linux/
H A Dsignal_types.h61 old_sigset_t sa_mask;
H A Dsyscalls.h1124 asmlinkage long sys_sigpending(old_sigset_t __user *uset);
1125 asmlinkage long sys_sigprocmask(int how, old_sigset_t __user *set,
1126 old_sigset_t __user *oset);
1128 asmlinkage long sys_sigsuspend(old_sigset_t mask);
1132 asmlinkage long sys_sigsuspend(int unused1, int unused2, old_sigset_t mask);
/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h68 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
/linux/include/uapi/asm-generic/
H A Dsignal.h66 typedef unsigned long old_sigset_t; typedef
/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h28 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
/linux/arch/mips/include/uapi/asm/
H A Dsignal.h23 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
/linux/arch/x86/include/asm/
H A Dsignal.h21 typedef unsigned long old_sigset_t; /* at least 32 bits */ typedef
/linux/arch/mips/kernel/
H A Dsignal32.c47 old_sigset_t mask;
H A Dsignal.c604 old_sigset_t mask; in SYSCALL_DEFINE3()
/linux/kernel/
H A Dcompat.c44 old_sigset_t old_set, new_set; in COMPAT_SYSCALL_DEFINE3()
/linux/arch/alpha/kernel/
H A Dsignal.c67 old_sigset_t mask; in SYSCALL_DEFINE3()