Home
last modified time | relevance | path

Searched defs:pufbuf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libpuffs/
H A Dframebuf.c105 struct puffs_framebuf *pufbuf; in puffs_framebuf_make() local
124 puffs_framebuf_destroy(struct puffs_framebuf *pufbuf) in puffs_framebuf_destroy()
134 puffs_framebuf_recycle(struct puffs_framebuf *pufbuf) in puffs_framebuf_recycle()
145 reservespace(struct puffs_framebuf *pufbuf, size_t off, size_t wantsize) in reservespace()
195 puffs_framebuf_reserve_space(struct puffs_framebuf *pufbuf, size_t wantsize) in puffs_framebuf_reserve_space()
202 puffs_framebuf_putdata(struct puffs_framebuf *pufbuf, in puffs_framebuf_putdata()
220 puffs_framebuf_putdata_atoff(struct puffs_framebuf *pufbuf, size_t offset, in puffs_framebuf_putdata_atoff()
236 puffs_framebuf_getdata(struct puffs_framebuf *pufbuf, void *data, size_t dlen) in puffs_framebuf_getdata()
251 puffs_framebuf_getdata_atoff(struct puffs_framebuf *pufbuf, size_t offset, in puffs_framebuf_getdata_atoff()
265 puffs_framebuf_telloff(struct puffs_framebuf *pufbuf) in puffs_framebuf_telloff()
[all …]
/netbsd-src/sbin/mount_portal/
H A Dpuffs_portal.c113 readfd(struct puffs_framebuf *pufbuf, int fd, int *done) in readfd()
165 readdata(struct puffs_framebuf *pufbuf, int fd, int *done) in readdata()
216 portal_frame_rf(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf, in portal_frame_rf()
233 portal_frame_wf(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf, in portal_frame_wf()
329 struct puffs_framebuf *pufbuf; in provide() local
661 struct puffs_framebuf *pufbuf; in portal_node_read() local
735 struct puffs_framebuf *pufbuf; in portal_node_write() local
/netbsd-src/usr.sbin/perfused/
H A Dmsg.c478 perfused_readframe(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf, in perfused_readframe() argument
564 perfused_writeframe(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf, in perfused_writeframe() argument
/netbsd-src/share/examples/puffs/pgfs/
H A Dpgfs_db.c798 pgfs_readframe(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf, in pgfs_readframe()