Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dmsg.h87 struct msqid_ds { struct
88 struct ipc_perm msg_perm; /* msg queue permission bits */
89 struct msg *msg_first; /* first message in the queue */
90 struct msg *msg_last; /* last message in the queue */
91 msglen_t msg_cbytes; /* number of bytes in use on the queue */
92 msgqnum_t msg_qnum; /* number of msgs in the queue */
93 msglen_t msg_qbytes; /* max # of bytes on the queue */
94 pid_t msg_lspid; /* pid of last msgsnd() */
95 pid_t msg_lrpid; /* pid of last msgrcv() */
96 time_t msg_stime; /* time of last msgsnd() */
[all …]