Home
last modified time | relevance | path

Searched defs:msqid_ds32 (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dmsg_impl.h174 struct msqid_ds32 { struct
175 struct ipc_perm32 msg_perm; /* operation permission struct */
176 caddr32_t msg_first; /* ptr to first message on q */
177 caddr32_t msg_last; /* ptr to last message on q */
178 uint32_t msg_cbytes; /* current # bytes on q */
179 uint32_t msg_qnum; /* # of messages on q */
180 uint32_t msg_qbytes; /* max # of bytes on q */
181 pid32_t msg_lspid; /* pid of last msgsnd */
182 pid32_t msg_lrpid; /* pid of last msgrcv */
183 time32_t msg_stime; /* last msgsnd time */
[all …]