Searched refs:sys_ipc (Results 1 - 23 of 23) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dipc.c57 int (*sys_ipc)(unsigned,int,int,unsigned long,void *,long) =
67 ret = sys_ipc(SHMAT, arg1, arg3 & ~0x4000, (unsigned long)&raddr, (void *)A(arg2), 0);
75 return sys_ipc(SHMCTL, arg1, (arg2 == 3) ? SHM_LOCK : SHM_UNLOCK, 0, NULL, 0);
77 return sys_ipc(SHMCTL, arg1, IPC_RMID, 0, NULL, 0);
88 ret = sys_ipc(SHMCTL, arg1, IPC_SET, 0, &s, 0);
98 ret = sys_ipc(SHMCTL, arg1, IPC_SET, 0, &s, 0);
120 return sys_ipc(SHMDT, 0, 0, 0, (void *)A(arg1), 0);
122 return sys_ipc(SHMGET, arg1, arg2, arg3, NULL, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dipc.c21 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
25 asmlinkage int sys_ipc (uint call, int first, int second, function
H A Dsyscalls.h134 SYS(sys_ipc, 6)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dsys_cris.c98 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
103 asmlinkage int sys_ipc (uint call, int first, int second, function
H A Dentry.S904 .long SYMBOL_NAME(sys_ipc)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dsyscall.c230 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
234 asmlinkage int sys_ipc (uint call, int first, int second, function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsyscalls.c76 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
81 sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) function
H A Dmisc.S1072 .long sys_ipc
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsys_s390.c138 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
142 asmlinkage int sys_ipc (uint call, int first, int second, function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsys_s390.c123 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
127 asmlinkage int sys_ipc (uint call, int first, long second, function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dsys_sh.c130 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
134 asmlinkage int sys_ipc(uint call, int first, int second, function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dcalls.S134 .long SYMBOL_NAME(sys_ipc)
H A Dsys_arm.c159 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
163 asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsys_i386.c128 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
132 asmlinkage int sys_ipc (uint call, int first, int second, function
H A Dentry.S524 .long SYMBOL_NAME(sys_ipc)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsyscalls.c80 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
85 sys_ipc (uint call, int first, int second, long third, void *ptr, long fifth) function
89 PPCDBG(PPCDBG_SYS64X, "sys_ipc - entered - pid=%ld current=%lx comm=%s \n", current->pid, current, current->comm);
177 PPCDBG(PPCDBG_SYS64X, "sys_ipc - exited - pid=%ld current=%lx comm=%s \n", current->pid, current, current->comm);
H A Dmisc.S856 .llong .sys_ipc
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsystbls.S64 /*215*/ .long sys_ipc, sys_sigreturn, sys_clone, sys_nis_syscall, sys_adjtimex
H A Dsys_sparc.c108 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
113 asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dentry.S508 .long SYMBOL_NAME(sys_ipc)
H A Dsys_m68k.c134 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
138 asmlinkage int sys_ipc (uint call, int first, int second, function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsys_sparc.c168 * sys_ipc() is the de-multiplexer for the SysV IPC calls..
173 asmlinkage int sys_ipc (unsigned call, int first, int second, unsigned long third, void *ptr, long fifth) function
H A Dsystbls.S124 .word sys_ipc, sys_nis_syscall, sys_clone, sys_nis_syscall, sys_adjtimex

Completed in 400 milliseconds