Lines Matching refs:msgbuf
43 struct msgbuf;
46 struct msgbuf *w;
98 void ibuf_close(struct msgbuf *, struct ibuf *);
117 struct msgbuf *msgbuf_new(void);
118 struct msgbuf *msgbuf_new_reader(size_t,
120 void msgbuf_free(struct msgbuf *);
121 void msgbuf_clear(struct msgbuf *);
122 void msgbuf_concat(struct msgbuf *, struct ibufqueue *);
123 uint32_t msgbuf_queuelen(struct msgbuf *);
124 int ibuf_write(int, struct msgbuf *);
125 int msgbuf_write(int, struct msgbuf *);
126 int ibuf_read(int, struct msgbuf *);
127 int msgbuf_read(int, struct msgbuf *);
128 struct ibuf *msgbuf_get(struct msgbuf *);