Searched refs:sys_semop (Results 1 – 23 of 23) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | sem.h | 125 asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops);
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | sys_s390.c | 135 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
D | linux32.c | 807 err = sys_semop (first, (struct sembuf *)AA(ptr), second); in sys32_ipc()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | sys_sh64.c | 214 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
D | entry.S | 445 .long sys_semop /* New ipc syscall implementation */
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | sys_arm.c | 172 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | sys_sh.c | 146 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | sys_s390.c | 150 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | syscalls.c | 78 ret = sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
D | sys_ppc32.c | 3049 err = sys_semop(first, (struct sembuf *)AA(ptr), in sys32_ipc()
|
/linux-2.4.37.9/ipc/ |
D | util.c | 357 asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops) in sys_semop() function
|
D | sem.c | 836 asmlinkage long sys_semop (int semid, struct sembuf *tsops, unsigned nsops) in sys_semop() function
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | syscall.c | 267 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
D | scall_64.S | 201 PTR sys_semop
|
D | scall_n32.S | 202 PTR sys_semop
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | sys_m68k.c | 193 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | unistd.h | 154 __SYSCALL(__NR_semop, sys_semop)
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | entry.S | 980 .quad sys_semop
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | sys_sunos.c | 967 ret = sys_semop((int)arg1, (struct sembuf *)arg2, (unsigned)arg3); in sunos_semsys()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sunos32.c | 928 ret = sys_semop((int)arg1, (struct sembuf *)A(arg2), (unsigned)arg3); in sunos_semsys()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | entry.S | 1286 data8 sys_semop
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | sysirix.c | 994 return sys_semop((int) arg0, (struct sembuf *)arg1, in irix_semsys()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 2624 return sys_semop(first, (struct sembuf *)AA(ptr), second); in sys32_ipc()
|