Searched refs:ksys_old_msgctl (Results 1 - 4 of 4) sorted by relevance

/linux-master/ipc/
H A Dsyscall.c78 return ksys_old_msgctl(first, second,
H A Dmsg.c646 long ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) function
655 return ksys_old_msgctl(msqid, cmd, buf);
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c382 err = ksys_old_msgctl(first, (int)second | IPC_64, ptr);
/linux-master/include/linux/
H A Dsyscalls.h1278 long ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf);

Completed in 243 milliseconds