Searched defs:compat_msqid_ds (Results 1 – 1 of 1) sorted by relevance
62 struct compat_msqid_ds { struct63 struct compat_ipc_perm msg_perm;64 compat_uptr_t msg_first;65 compat_uptr_t msg_last;66 compat_time_t msg_stime;67 compat_time_t msg_rtime;68 compat_time_t msg_ctime;69 compat_ulong_t msg_lcbytes;70 compat_ulong_t msg_lqbytes;71 unsigned short msg_cbytes;[all …]