Lines Matching defs:msqid64
594 struct msqid64_ds msqid64;
616 err = msgctl_stat(ns, msqid, cmd, &msqid64);
619 if (copy_msqid_to_user(buf, &msqid64, version))
623 if (copy_msqid_from_user(&msqid64, buf, version))
625 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm,
626 msqid64.msg_qbytes);
730 struct msqid64_ds msqid64;
751 err = msgctl_stat(ns, msqid, cmd, &msqid64);
754 if (copy_compat_msqid_to_user(uptr, &msqid64, version))
758 if (copy_compat_msqid_from_user(&msqid64, uptr, version))
760 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, msqid64.msg_qbytes);