Searched refs:compat_ksys_old_msgctl (Results 1 - 3 of 3) sorted by last modified time

/linux-master/ipc/
H A Dutil.h283 long compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr);
H A Dmsg.c780 long compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr) function
789 return compat_ksys_old_msgctl(msqid, cmd, uptr);
H A Dsyscall.c180 return compat_ksys_old_msgctl(first, second, compat_ptr(ptr));

Completed in 153 milliseconds