Lines Matching defs:compat_msqid64_ds
135 struct compat_msqid64_ds { struct
136 struct compat_ipc64_perm msg_perm;
137 compat_ulong_t msg_stime;
138 compat_ulong_t msg_stime_high;
139 compat_ulong_t msg_rtime;
140 compat_ulong_t msg_rtime_high;
141 compat_ulong_t msg_ctime;
142 compat_ulong_t msg_ctime_high;
143 compat_ulong_t msg_cbytes;
144 compat_ulong_t msg_qnum;
145 compat_ulong_t msg_qbytes;
146 compat_pid_t msg_lspid;
147 compat_pid_t msg_lrpid;
148 compat_ulong_t __unused4;
149 compat_ulong_t __unused5;