Lines Matching defs:compat_msqid64_ds
129 struct compat_msqid64_ds { struct
130 struct compat_ipc64_perm msg_perm;
131 compat_ulong_t msg_stime;
132 compat_ulong_t msg_stime_high;
133 compat_ulong_t msg_rtime;
134 compat_ulong_t msg_rtime_high;
135 compat_ulong_t msg_ctime;
136 compat_ulong_t msg_ctime_high;
137 compat_ulong_t msg_cbytes;
138 compat_ulong_t msg_qnum;
139 compat_ulong_t msg_qbytes;
140 compat_pid_t msg_lspid;
141 compat_pid_t msg_lrpid;
142 compat_ulong_t __unused4;
143 compat_ulong_t __unused5;