Lines Matching defs:msqid_ds
38 struct msqid_ds struct
40 struct ipc_perm msg_perm; /* structure describing operation permission */
41 struct msg *__msg_first; /* pointer to first message on queue */
42 struct msg *__msg_last; /* pointer to last message on queue */
43 __time_t msg_stime; /* time of last msgsnd command */
44 __time_t msg_rtime; /* time of last msgrcv command */
45 __time_t msg_ctime; /* time of last change */
46 struct __wait_queue *__wwait; /* ??? */
47 struct __wait_queue *__rwait; /* ??? */
48 unsigned short int __msg_cbytes;/* current number of bytes on queue */
49 msgqnum_t msg_qnum; /* number of messages currently on queue */
50 msglen_t msg_qbytes; /* max number of bytes allowed on queue */
51 __ipc_pid_t msg_lspid; /* pid of last msgsnd() */
52 __ipc_pid_t msg_lrpid; /* pid of last msgrcv() */