Lines Matching defs:compat_msqid64_ds
224 struct compat_msqid64_ds { struct
225 struct compat_ipc64_perm msg_perm;
226 compat_ulong_t msg_stime;
227 compat_ulong_t msg_stime_high;
228 compat_ulong_t msg_rtime;
229 compat_ulong_t msg_rtime_high;
230 compat_ulong_t msg_ctime;
231 compat_ulong_t msg_ctime_high;
232 compat_ulong_t msg_cbytes;
233 compat_ulong_t msg_qnum;
234 compat_ulong_t msg_qbytes;
235 compat_pid_t msg_lspid;
236 compat_pid_t msg_lrpid;
237 compat_ulong_t __unused1;
238 compat_ulong_t __unused2;