Lines Matching defs:puffs_framebuf
54 struct puffs_framebuf {
70 TAILQ_ENTRY(puffs_framebuf) pfb_entries;
102 struct puffs_framebuf *
105 struct puffs_framebuf *pufbuf;
107 pufbuf = malloc(sizeof(struct puffs_framebuf));
110 memset(pufbuf, 0, sizeof(struct puffs_framebuf));
124 puffs_framebuf_destroy(struct puffs_framebuf *pufbuf)
134 puffs_framebuf_recycle(struct puffs_framebuf *pufbuf)
145 reservespace(struct puffs_framebuf *pufbuf, size_t off, size_t wantsize)
169 puffs_framebuf_dup(struct puffs_framebuf *pb, struct puffs_framebuf **pbp)
171 struct puffs_framebuf *newpb;
178 memcpy(newpb, pb, sizeof(struct puffs_framebuf));
195 puffs_framebuf_reserve_space(struct puffs_framebuf *pufbuf, size_t wantsize)
202 puffs_framebuf_putdata(struct puffs_framebuf *pufbuf,
220 puffs_framebuf_putdata_atoff(struct puffs_framebuf *pufbuf, size_t offset,
236 puffs_framebuf_getdata(struct puffs_framebuf *pufbuf, void *data, size_t dlen)
251 puffs_framebuf_getdata_atoff(struct puffs_framebuf *pufbuf, size_t offset,
265 puffs_framebuf_telloff(struct puffs_framebuf *pufbuf)
272 puffs_framebuf_tellsize(struct puffs_framebuf *pufbuf)
279 puffs_framebuf_remaining(struct puffs_framebuf *pufbuf)
286 puffs_framebuf_seekset(struct puffs_framebuf *pufbuf, size_t newoff)
297 puffs_framebuf_getwindow(struct puffs_framebuf *pufbuf, size_t winoff,
319 puffs__framebuf_getdataptr(struct puffs_framebuf *pufbuf)
326 errnotify(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf, int error)
356 struct puffs_framebuf *pufbuf, int flags)
394 struct puffs_framebuf *pufbuf, puffs_framev_cb fcb, void *arg,
419 struct puffs_framebuf *pufbuf, int reply, int flags)
447 struct puffs_framebuf *pufbuf, int flags /* used in the future */)
483 struct puffs_framebuf *pufbuf, int flags)
515 puffs_framev_framebuf_ccpromote(struct puffs_framebuf *pufbuf,
619 static struct puffs_framebuf *
621 struct puffs_fctrl_io *fio, struct puffs_framebuf *findme)
623 struct puffs_framebuf *cand;
639 puffs__framebuf_moveinfo(struct puffs_framebuf *from, struct puffs_framebuf *to)
661 struct puffs_framebuf *pufbuf, *appbuf;
729 struct puffs_framebuf *pufbuf;
926 struct puffs_framebuf *pufbuf;
963 struct puffs_framebuf *pufbuf;