Home
last modified time | relevance | path

Searched refs:p9pbuf_get_2 (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/usr.sbin/puffs/mount_9p/
Dnineproto.c132 if ((rv = p9pbuf_get_2(pb, &size))) in proto_getstat()
140 GETFIELD(p9pbuf_get_2, &v16, 2); in proto_getstat()
400 return p9pbuf_get_2(pb, nqids); in proto_expect_walk_nqids()
422 if ((rv = p9pbuf_get_2(pb, &dummy))) in proto_expect_stat()
Dninebuf.c262 p9pbuf_get_2(struct puffs_framebuf *pb, uint16_t *val) in p9pbuf_get_2() function
301 rv = p9pbuf_get_2(pb, &len); in p9pbuf_get_data()
Dfs.c183 if (p9pbuf_get_2(pb, &walked) == -1) in p9p_handshake()
217 if (p9pbuf_get_2(pb, &dummy)) in p9p_handshake()
Dninepuffs.h144 int p9pbuf_get_2(struct puffs_framebuf *, uint16_t *);