Home
last modified time | relevance | path

Searched refs:p9pbuf_get_4 (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.sbin/puffs/mount_9p/
H A Dnineproto.c53 p9pbuf_get_4(pb, &qid->qidvers); in proto_getqid()
141 GETFIELD(p9pbuf_get_4, &rdev, 4); in proto_getstat()
143 GETFIELD(p9pbuf_get_4, &mode, 4); in proto_getstat()
144 GETFIELD(p9pbuf_get_4, &atime, 4); in proto_getstat()
145 GETFIELD(p9pbuf_get_4, &mtime, 4); in proto_getstat()
179 GETFIELD(p9pbuf_get_4, &dummy, 4); /* n_uid[4], not used */ in proto_getstat()
180 GETFIELD(p9pbuf_get_4, &dummy, 4); /* n_gid[4], not used */ in proto_getstat()
181 GETFIELD(p9pbuf_get_4, &dummy, 4); /* n_muid[4], not used */ in proto_getstat()
206 rv = p9pbuf_get_4(pb, _errno); in proto_rerror()
H A Dnode.c195 p9pbuf_get_4(pb, &count); in puffs9p_node_readdir()
353 p9pbuf_get_4(pb, &count); in puffs9p_node_read()
402 p9pbuf_get_4(pb, &count); in puffs9p_node_write()
H A Dninepuffs.h145 int p9pbuf_get_4(struct puffs_framebuf *, uint32_t *);
H A Dsubr.c155 p9pbuf_get_4(pb, &count); in getdfwithoffset()
H A Dninebuf.c273 p9pbuf_get_4(struct puffs_framebuf *pb, uint32_t *val) in p9pbuf_get_4() function
H A Dfs.c98 if (p9pbuf_get_4(pb, &maxreq)) in p9p_handshake()