Lines Matching refs:puffs_framebuf
63 psbuf_get_type(struct puffs_framebuf *pb)
72 psbuf_get_len(struct puffs_framebuf *pb)
81 psbuf_get_reqid(struct puffs_framebuf *pb)
91 psbuf_read(struct puffs_usermount *pu, struct puffs_framebuf *pb,
137 psbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb,
179 struct puffs_framebuf *cmp1, struct puffs_framebuf *cmp2, int *notresp)
185 struct puffs_framebuf *
188 struct puffs_framebuf *pb;
196 psbuf_recycleout(struct puffs_framebuf *pb)
204 psbuf_put_1(struct puffs_framebuf *pb, uint8_t val)
213 psbuf_put_2(struct puffs_framebuf *pb, uint16_t val)
223 psbuf_put_4(struct puffs_framebuf *pb, uint32_t val)
233 psbuf_put_8(struct puffs_framebuf *pb, uint64_t val)
243 psbuf_put_data(struct puffs_framebuf *pb, const void *data, uint32_t dlen)
253 psbuf_put_str(struct puffs_framebuf *pb, const char *str)
260 psbuf_put_vattr(struct puffs_framebuf *pb, const struct vattr *va,
307 psbuf_get_1(struct puffs_framebuf *pb, uint8_t *val)
314 psbuf_get_2(struct puffs_framebuf *pb, uint16_t *val)
325 psbuf_get_4(struct puffs_framebuf *pb, uint32_t *val)
336 psbuf_get_8(struct puffs_framebuf *pb, uint64_t *val)
347 psbuf_get_str(struct puffs_framebuf *pb, char **strp, uint32_t *strlenp)
369 psbuf_get_vattr(struct puffs_framebuf *pb, struct vattr *vap)
452 expectcode(struct puffs_framebuf *pb, int value)
478 psbuf_expect_status(struct puffs_framebuf *pb)
491 psbuf_expect_handle(struct puffs_framebuf *pb, char **hand, uint32_t *handlen)
502 psbuf_do_data(struct puffs_framebuf *pb, uint8_t *data, uint32_t *dlen)
551 psbuf_expect_name(struct puffs_framebuf *pb, uint32_t *count)
561 psbuf_expect_attrs(struct puffs_framebuf *pb, struct vattr *vap)
575 psbuf_req_data(struct puffs_framebuf *pb, int type, uint32_t reqid,
585 psbuf_req_str(struct puffs_framebuf *pb, int type, uint32_t reqid,