Lines Matching defs:compat_msqid64_ds
121 struct compat_msqid64_ds { struct
122 struct compat_ipc64_perm msg_perm;
123 compat_ulong_t msg_stime;
124 compat_ulong_t msg_stime_high;
125 compat_ulong_t msg_rtime;
126 compat_ulong_t msg_rtime_high;
127 compat_ulong_t msg_ctime;
128 compat_ulong_t msg_ctime_high;
129 compat_ulong_t msg_cbytes;
130 compat_ulong_t msg_qnum;
131 compat_ulong_t msg_qbytes;
132 compat_pid_t msg_lspid;
133 compat_pid_t msg_lrpid;
134 compat_ulong_t __unused4;
135 compat_ulong_t __unused5;