Lines Matching defs:compat_msqid64_ds
148 struct compat_msqid64_ds { struct
149 struct compat_ipc64_perm msg_perm;
150 compat_ulong_t msg_stime;
151 compat_ulong_t msg_stime_high;
152 compat_ulong_t msg_rtime;
153 compat_ulong_t msg_rtime_high;
154 compat_ulong_t msg_ctime;
155 compat_ulong_t msg_ctime_high;
156 compat_ulong_t msg_cbytes;
157 compat_ulong_t msg_qnum;
158 compat_ulong_t msg_qbytes;
159 compat_pid_t msg_lspid;
160 compat_pid_t msg_lrpid;
161 compat_ulong_t __unused4;
162 compat_ulong_t __unused5;