Lines Matching defs:msqid_ds
90 struct msqid_ds { struct
91 struct ipc_perm msg_perm; /* msg queue permission bits */
92 struct msg *__msg_first; /* first message in the queue */
93 struct msg *__msg_last; /* last message in the queue */
94 msglen_t msg_cbytes; /* number of bytes in use on the queue */
95 msgqnum_t msg_qnum; /* number of msgs in the queue */
96 msglen_t msg_qbytes; /* max # of bytes on the queue */
97 pid_t msg_lspid; /* pid of last msgsnd() */
98 pid_t msg_lrpid; /* pid of last msgrcv() */
99 time_t msg_stime; /* time of last msgsnd() */
100 time_t msg_rtime; /* time of last msgrcv() */
101 time_t msg_ctime; /* time of last msgctl() */