Searched defs:netbsd32_msqid_ds14 (Results 1 – 1 of 1) sorted by relevance
561 struct netbsd32_msqid_ds14 { struct562 struct netbsd32_ipc_perm14 msg_perm; /* msg queue permission bits */563 netbsd32_msgp_t msg_first; /* first message in the queue */564 netbsd32_msgp_t msg_last; /* last message in the queue */565 netbsd32_u_long msg_cbytes; /* number of bytes in use on the queue */566 netbsd32_u_long msg_qnum; /* number of msgs in the queue */567 netbsd32_u_long msg_qbytes; /* max # of bytes on the queue */568 pid_t msg_lspid; /* pid of last msgsnd() */569 pid_t msg_lrpid; /* pid of last msgrcv() */570 int32_t msg_stime; /* time of last msgsnd() */[all …]