Home
last modified time | relevance | path

Searched refs:p9pbuf_write_data (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.sbin/puffs/mount_9p/
H A Dninepuffs.h141 void p9pbuf_write_data(struct puffs_framebuf *, uint8_t *, uint32_t);
H A Dninebuf.c244 p9pbuf_write_data(struct puffs_framebuf *pb, uint8_t *data, uint32_t dlen) in p9pbuf_write_data() function
H A Dnode.c394 p9pbuf_write_data(pb, buf+nwrite, chunk); in puffs9p_node_write()