Lines Matching defs:msgbuf
41 struct msgbuf;
44 struct msgbuf *w;
94 void ibuf_close(struct msgbuf *, struct ibuf *);
112 struct msgbuf *msgbuf_new(void);
113 struct msgbuf *msgbuf_new_reader(size_t,
115 void msgbuf_free(struct msgbuf *);
116 void msgbuf_clear(struct msgbuf *);
117 uint32_t msgbuf_queuelen(struct msgbuf *);
118 int ibuf_write(int, struct msgbuf *);
119 int msgbuf_write(int, struct msgbuf *);
120 int ibuf_read(int, struct msgbuf *);
121 int msgbuf_read(int, struct msgbuf *);
122 struct ibuf *msgbuf_get(struct msgbuf *);