Home
last modified time | relevance | path

Searched refs:sys_sigprocmask (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/arch/parisc/kernel/
Dsignal32.c58 extern int sys_sigprocmask(int how, old_sigset_t *set, in sys32_sigprocmask()
65 KERNEL_SYSCALL(ret, sys_sigprocmask, how, set ? &s : NULL, oset ? &s : NULL); in sys32_sigprocmask()
/linux-2.4.37.9/arch/sparc64/solaris/
Dsignal.c209 int (*sys_sigprocmask)(int,sigset_t *,sigset_t *) = in solaris_sigprocmask() local
223 ret = sys_sigprocmask((how == 3) ? SIG_SETMASK : how, ins, outs); in solaris_sigprocmask()
/linux-2.4.37.9/arch/mips/kernel/
Dsyscalls.h143 SYS(sys_sigprocmask, 3)
/linux-2.4.37.9/arch/arm/kernel/
Dcalls.S143 .long SYMBOL_NAME(sys_sigprocmask)
/linux-2.4.37.9/arch/sparc/kernel/
Dsystbls.S65 /*220*/ .long sys_sigprocmask, sys_create_module, sys_delete_module, sys_get_kernel_syms, sys_getpg…
/linux-2.4.37.9/arch/m68k/kernel/
Dentry.S548 .long SYMBOL_NAME(sys_sigprocmask)
/linux-2.4.37.9/arch/mips64/kernel/
Dsignal32.c873 extern asmlinkage int sys_sigprocmask(int how, old_sigset_t *set,
887 ret = sys_sigprocmask(how, set ? &s : NULL, oset ? &s : NULL); in sys32_sigprocmask()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsignal32.c197 extern asmlinkage long sys_sigprocmask(int how, old_sigset_t *set, old_sigset_t *oset);
213 ret = sys_sigprocmask((int)how, set ? &s : NULL, oset ? &s : NULL); in sys32_sigprocmask()
Dmisc.S959 .llong .sys_sigprocmask
/linux-2.4.37.9/arch/parisc/hpux/
Dentry_hpux.S206 ENTRY_NAME(sys_sigprocmask) /* 185 */
/linux-2.4.37.9/arch/cris/kernel/
Dentry.S950 .long SYMBOL_NAME(sys_sigprocmask)
/linux-2.4.37.9/arch/i386/kernel/
Dentry.S533 .long SYMBOL_NAME(sys_sigprocmask)
/linux-2.4.37.9/kernel/
Dsignal.c1215 sys_sigprocmask(int how, old_sigset_t *set, old_sigset_t *oset) in sys_sigprocmask() function
/linux-2.4.37.9/arch/ppc/kernel/
Dmisc.S1189 .long sys_sigprocmask
/linux-2.4.37.9/arch/sh/kernel/
Dentry.S1288 .long SYMBOL_NAME(sys_sigprocmask)
/linux-2.4.37.9/arch/x86_64/ia32/
Dsys_ia32.c1642 extern asmlinkage long sys_sigprocmask(int how, old_sigset_t *set,
1654 ret = sys_sigprocmask(how, set ? &s : NULL, oset ? &s : NULL); in sys32_sigprocmask()
/linux-2.4.37.9/arch/sh64/kernel/
Dentry.S334 .long sys_sigprocmask
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc32.c2045 extern asmlinkage int sys_sigprocmask(int how, old_sigset_t *set, old_sigset_t *oset);
2055 ret = sys_sigprocmask(how, set ? &s : NULL, oset ? &s : NULL); in sys32_sigprocmask()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.c1955 extern asmlinkage int sys_sigprocmask(int how, old_sigset_t *set, old_sigset_t *oset);
1965 ret = sys_sigprocmask(how, set ? &s : NULL, oset ? &s : NULL); in sys32_sigprocmask()