Lines Matching defs:msqid_ds
38 struct msqid_ds struct
40 struct ipc_perm msg_perm; /* structure describing operation permission */
42 unsigned long int __unused1;
44 __time_t msg_stime; /* time of last msgsnd command */
46 unsigned long int __unused1;
49 unsigned long int __unused2;
51 __time_t msg_rtime; /* time of last msgrcv command */
53 unsigned long int __unused2;
56 unsigned long int __unused3;
58 __time_t msg_ctime; /* time of last change */
60 unsigned long int __unused3;
62 unsigned long int __msg_cbytes; /* current number of bytes on queue */
63 msgqnum_t msg_qnum; /* number of messages currently on queue */
64 msglen_t msg_qbytes; /* max number of bytes allowed on queue */
65 __pid_t msg_lspid; /* pid of last msgsnd() */
66 __pid_t msg_lrpid; /* pid of last msgrcv() */
67 unsigned long int __unused4;
68 unsigned long int __unused5;