Lines Matching defs:msqid64
583 struct msqid64_ds msqid64;
608 err = msgctl_stat(ns, msqid, cmd, &msqid64);
612 if (copy_msqid_to_user(buf, &msqid64, version)) {
617 if (copy_msqid_from_user(&msqid64, buf, version)) {
620 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, msqid64.msg_qbytes);
726 struct msqid64_ds msqid64;
750 err = msgctl_stat(ns, msqid, cmd, &msqid64);
754 if (copy_compat_msqid_to_user(uptr, &msqid64, version)) {
759 if (copy_compat_msqid_from_user(&msqid64, uptr, version)) {
762 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, msqid64.msg_qbytes);