Lines Matching defs:msqid64
600 struct msqid64_ds msqid64;
622 err = msgctl_stat(ns, msqid, cmd, &msqid64);
625 if (copy_msqid_to_user(buf, &msqid64, version))
629 if (copy_msqid_from_user(&msqid64, buf, version))
631 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm,
632 msqid64.msg_qbytes);
736 struct msqid64_ds msqid64;
757 err = msgctl_stat(ns, msqid, cmd, &msqid64);
760 if (copy_compat_msqid_to_user(uptr, &msqid64, version))
764 if (copy_compat_msqid_from_user(&msqid64, uptr, version))
766 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, msqid64.msg_qbytes);