Home
last modified time | relevance | path

Searched refs:sys_semop (Results 1 – 23 of 23) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsem.h125 asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops);
/linux-2.4.37.9/arch/s390x/kernel/
Dsys_s390.c135 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
Dlinux32.c807 err = sys_semop (first, (struct sembuf *)AA(ptr), second); in sys32_ipc()
/linux-2.4.37.9/arch/sh64/kernel/
Dsys_sh64.c214 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
Dentry.S445 .long sys_semop /* New ipc syscall implementation */
/linux-2.4.37.9/arch/arm/kernel/
Dsys_arm.c172 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/arch/sh/kernel/
Dsys_sh.c146 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/arch/s390/kernel/
Dsys_s390.c150 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsyscalls.c78 ret = sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
Dsys_ppc32.c3049 err = sys_semop(first, (struct sembuf *)AA(ptr), in sys32_ipc()
/linux-2.4.37.9/ipc/
Dutil.c357 asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops) in sys_semop() function
Dsem.c836 asmlinkage long sys_semop (int semid, struct sembuf *tsops, unsigned nsops) in sys_semop() function
/linux-2.4.37.9/arch/mips64/kernel/
Dsyscall.c267 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
Dscall_64.S201 PTR sys_semop
Dscall_n32.S202 PTR sys_semop
/linux-2.4.37.9/arch/m68k/kernel/
Dsys_m68k.c193 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
/linux-2.4.37.9/include/asm-x86_64/
Dunistd.h154 __SYSCALL(__NR_semop, sys_semop)
/linux-2.4.37.9/arch/alpha/kernel/
Dentry.S980 .quad sys_semop
/linux-2.4.37.9/arch/sparc/kernel/
Dsys_sunos.c967 ret = sys_semop((int)arg1, (struct sembuf *)arg2, (unsigned)arg3); in sunos_semsys()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sunos32.c928 ret = sys_semop((int)arg1, (struct sembuf *)A(arg2), (unsigned)arg3); in sunos_semsys()
/linux-2.4.37.9/arch/ia64/kernel/
Dentry.S1286 data8 sys_semop
/linux-2.4.37.9/arch/mips/kernel/
Dsysirix.c994 return sys_semop((int) arg0, (struct sembuf *)arg1, in irix_semsys()
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c2624 return sys_semop(first, (struct sembuf *)AA(ptr), second); in sys32_ipc()