Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmsg.h64 struct msqid_ds_old { struct
65 struct ipc_perm_old msg_perm; /* msg queue permission bits */
66 struct msg *__msg_first; /* first message in the queue */
67 struct msg *__msg_last; /* last message in the queue */
68 msglen_t msg_cbytes; /* number of bytes in use on the queue */
69 msgqnum_t msg_qnum; /* number of msgs in the queue */
70 msglen_t msg_qbytes; /* max # of bytes on the queue */
71 pid_t msg_lspid; /* pid of last msgsnd() */
72 pid_t msg_lrpid; /* pid of last msgrcv() */
73 time_t msg_stime; /* time of last msgsnd() */
[all …]