Lines Matching defs:msqid_ds
71 struct msqid_ds { struct
72 struct ipc_perm msg_perm; /* operation permission struct */
73 struct msg *msg_first; /* ptr to first message on q */
74 struct msg *msg_last; /* ptr to last message on q */
75 msglen_t msg_cbytes; /* current # bytes on q */
76 msgqnum_t msg_qnum; /* # of messages on q */
77 msglen_t msg_qbytes; /* max # of bytes on q */
78 pid_t msg_lspid; /* pid of last msgsnd */
79 pid_t msg_lrpid; /* pid of last msgrcv */
81 time_t msg_stime; /* last msgsnd time */
82 time_t msg_rtime; /* last msgrcv time */
83 time_t msg_ctime; /* last change time */
85 time_t msg_stime; /* last msgsnd time */
86 int32_t msg_pad1; /* reserved for time_t expansion */
87 time_t msg_rtime; /* last msgrcv time */
88 int32_t msg_pad2; /* time_t expansion */
89 time_t msg_ctime; /* last change time */
90 int32_t msg_pad3; /* time_t expansion */
92 short msg_cv;
93 short msg_qnum_cv;
94 long msg_pad4[3]; /* reserve area */