Home
last modified time | relevance | path

Searched refs:puffs_framebuf_make (Results 1 – 8 of 8) sorted by relevance

/netbsd/lib/libpuffs/
H A Dflush.c67 pb = puffs_framebuf_make(); in doflush()
H A Dframebuf.c103 puffs_framebuf_make(void) in puffs_framebuf_make() function
173 newpb = puffs_framebuf_make(); in puffs_framebuf_dup()
666 pufbuf = puffs_framebuf_make(); in puffs__framev_input()
H A Dpuffs.h687 struct puffs_framebuf *puffs_framebuf_make(void);
H A Dpuffs.c733 pb = puffs_framebuf_make(); in puffs_exit()
/netbsd/sbin/mount_portal/
H A Dpuffs_portal.c334 pufbuf = puffs_framebuf_make(); in provide()
675 pufbuf = puffs_framebuf_make(); in portal_node_read()
741 pufbuf = puffs_framebuf_make(); in portal_node_write()
/netbsd/usr.sbin/puffs/mount_9p/
H A Dninebuf.c174 pb = puffs_framebuf_make(); in p9pbuf_makeout()
/netbsd/usr.sbin/puffs/mount_psshfs/
H A Dpsbuf.c190 pb = puffs_framebuf_make(); in psbuf_makeout()
/netbsd/usr.sbin/perfused/
H A Dmsg.c176 if ((pb = puffs_framebuf_make()) == NULL) in perfused_new_pb()