Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmsg.h71 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 */
[all …]