Lines Matching defs:msgq
852 parse_entity(struct entityq *q, struct msgbuf *msgq)
954 io_close_buffer(msgq, b2);
1033 io_close_buffer(msgq, b);
1049 struct msgbuf *msgq;
1073 if ((msgq = msgbuf_new_reader(sizeof(size_t), io_parse_hdr, NULL)) ==
1081 if (msgbuf_queuelen(msgq) > 0)
1098 switch (ibuf_read(fd, msgq)) {
1104 while ((b = io_buf_get(msgq)) != NULL) {
1115 if (msgbuf_write(fd, msgq) == -1) {
1123 parse_entity(&q, msgq);
1137 msgbuf_free(msgq);