Lines Matching defs:compat_msqid64_ds
230 struct compat_msqid64_ds { struct
231 struct compat_ipc64_perm msg_perm;
232 compat_ulong_t msg_stime;
233 compat_ulong_t msg_stime_high;
234 compat_ulong_t msg_rtime;
235 compat_ulong_t msg_rtime_high;
236 compat_ulong_t msg_ctime;
237 compat_ulong_t msg_ctime_high;
238 compat_ulong_t msg_cbytes;
239 compat_ulong_t msg_qnum;
240 compat_ulong_t msg_qbytes;
241 compat_pid_t msg_lspid;
242 compat_pid_t msg_lrpid;
243 compat_ulong_t __unused1;
244 compat_ulong_t __unused2;