Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmsg.h89 struct msqid_ds { struct
90 struct ipc_perm msg_perm; /* msg queue permission bits */
91 struct msg *__msg_first; /* first message in the queue */
92 struct msg *__msg_last; /* last message in the queue */
93 msglen_t msg_cbytes; /* number of bytes in use on the queue */
94 msgqnum_t msg_qnum; /* number of msgs in the queue */
95 msglen_t msg_qbytes; /* max # of bytes on the queue */
96 pid_t msg_lspid; /* pid of last msgsnd() */
97 pid_t msg_lrpid; /* pid of last msgrcv() */
98 time_t msg_stime; /* time of last msgsnd() */
[all …]