Searched refs:sys_msgctl (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/ipc/
H A Dsyscall.c69 return sys_msgctl(first, second, (struct msqid_ds __user *)ptr); SYSCALL_DEFINE6()
H A Dcompat.c511 err = sys_msgctl(first, second, uptr); COMPAT_SYSCALL_DEFINE3()
526 err = sys_msgctl(first, second, p); COMPAT_SYSCALL_DEFINE3()
532 err = sys_msgctl(first, second, p); COMPAT_SYSCALL_DEFINE3()
/linux-4.1.27/kernel/
H A Dsys_ni.c84 cond_syscall(sys_msgctl); variable
/linux-4.1.27/arch/sh/kernel/
H A Dsyscalls_64.S270 .long sys_msgctl
/linux-4.1.27/arch/avr32/kernel/
H A Dsyscall_table.S285 .long sys_msgctl
/linux-4.1.27/arch/arm/kernel/
H A Dcalls.S316 CALL(sys_msgctl)
/linux-4.1.27/arch/mips/kernel/
H A Dscall64-64.S191 PTR sys_msgctl
/linux-4.1.27/arch/alpha/kernel/
H A Dsystbls.S220 .quad sys_msgctl /* 200 */
/linux-4.1.27/arch/xtensa/include/uapi/asm/
H A Dunistd.h370 __SYSCALL(169, sys_msgctl, 4)
/linux-4.1.27/arch/sparc/kernel/
H A Dsys_sparc_64.c375 err = sys_msgctl(first, (int)second | IPC_64, ptr); SYSCALL_DEFINE6()
/linux-4.1.27/include/uapi/asm-generic/
H A Dunistd.h523 __SC_COMP(__NR_msgctl, sys_msgctl, compat_sys_msgctl)
/linux-4.1.27/include/linux/
H A Dsyscalls.h662 asmlinkage long sys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf);
/linux-4.1.27/arch/ia64/kernel/
H A Dentry.S1552 data8 sys_msgctl

Completed in 469 milliseconds