Searched defs:l_msqid64_ds (Results 1 – 1 of 1) sorted by relevance
68 struct l_msqid64_ds { struct69 struct l_ipc64_perm msg_perm;70 l_time_t msg_stime; /* last msgsnd time */72 l_ulong __unused1;74 l_time_t msg_rtime; /* last msgrcv time */76 l_ulong __unused2;78 l_time_t msg_ctime; /* last change time */80 l_ulong __unused3;82 l_ulong msg_cbytes; /* current number of bytes on queue */83 l_ulong msg_qnum; /* number of messages in queue */[all …]