Lines Matching defs:pb

49 p9pbuf_get_type(struct puffs_framebuf *pb)  in p9pbuf_get_type()
58 p9pbuf_get_tag(struct puffs_framebuf *pb) in p9pbuf_get_tag()
67 p9pbuf_get_len(struct puffs_framebuf *pb) in p9pbuf_get_len()
75 #define CUROFF(pb) (puffs_framebuf_telloff(pb)) argument
77 p9pbuf_read(struct puffs_usermount *pu, struct puffs_framebuf *pb, in p9pbuf_read()
122 p9pbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb, in p9pbuf_write()
172 struct puffs_framebuf *pb; in p9pbuf_makeout() local
180 p9pbuf_recycleout(struct puffs_framebuf *pb) in p9pbuf_recycleout()
188 p9pbuf_put_1(struct puffs_framebuf *pb, uint8_t val) in p9pbuf_put_1()
197 p9pbuf_put_2(struct puffs_framebuf *pb, uint16_t val) in p9pbuf_put_2()
207 p9pbuf_put_4(struct puffs_framebuf *pb, uint32_t val) in p9pbuf_put_4()
217 p9pbuf_put_8(struct puffs_framebuf *pb, uint64_t val) in p9pbuf_put_8()
227 p9pbuf_put_data(struct puffs_framebuf *pb, const void *data, uint16_t dlen) in p9pbuf_put_data()
237 p9pbuf_put_str(struct puffs_framebuf *pb, const char *str) in p9pbuf_put_str()
244 p9pbuf_write_data(struct puffs_framebuf *pb, uint8_t *data, uint32_t dlen) in p9pbuf_write_data()
255 p9pbuf_get_1(struct puffs_framebuf *pb, uint8_t *val) in p9pbuf_get_1()
262 p9pbuf_get_2(struct puffs_framebuf *pb, uint16_t *val) in p9pbuf_get_2()
273 p9pbuf_get_4(struct puffs_framebuf *pb, uint32_t *val) in p9pbuf_get_4()
284 p9pbuf_get_8(struct puffs_framebuf *pb, uint64_t *val) in p9pbuf_get_8()
295 p9pbuf_get_data(struct puffs_framebuf *pb, uint8_t **dp, uint16_t *dlenp) in p9pbuf_get_data()
327 p9pbuf_read_data(struct puffs_framebuf *pb, uint8_t *buf, uint32_t dlen) in p9pbuf_read_data()
334 p9pbuf_get_str(struct puffs_framebuf *pb, char **dp, uint16_t *dlenp) in p9pbuf_get_str()