Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/puffs/mount_9p/
H A Dnineproto.c221 if (p9pbuf_get_type(pb) != P9PROTO_R_ERROR) in proto_handle_rerror()
275 if (p9pbuf_get_type(pb) != P9PROTO_R_CLUNK) in proto_cc_clunkfid()
313 if (p9pbuf_get_type(pb) != P9PROTO_R_OPEN) in proto_cc_open()
398 if (p9pbuf_get_type(pb) != P9PROTO_R_WALK) in proto_expect_walk_nqids()
408 if (p9pbuf_get_type(pb) != op) in proto_expect_qid()
420 if (p9pbuf_get_type(pb) != P9PROTO_R_STAT) in proto_expect_stat()
H A Dnode.c66 if (p9pbuf_get_type(pb) != P9PROTO_R_STAT) { in do_getattr()
190 if (p9pbuf_get_type(pb) != P9PROTO_R_READ) { in puffs9p_node_readdir()
249 if (p9pbuf_get_type(pb) != P9PROTO_R_WSTAT) { in puffs9p_node_setattr()
348 if (p9pbuf_get_type(pb) != P9PROTO_R_READ) { in puffs9p_node_read()
397 if (p9pbuf_get_type(pb) != P9PROTO_R_WRITE) { in puffs9p_node_write()
477 if (p9pbuf_get_type(pb) != P9PROTO_R_WALK) in nodecreate()
534 if (p9pbuf_get_type(pb) != P9PROTO_R_REMOVE) { in noderemove()
617 if (p9pbuf_get_type(pb) != P9PROTO_R_WSTAT) in puffs9p_node_rename()
H A Dfs.c91 if ((type = p9pbuf_get_type(pb)) != P9PROTO_R_VERSION) in p9p_handshake()
128 if ((type = p9pbuf_get_type(pb)) != P9PROTO_R_ATTACH) in p9p_handshake()
178 if ((type = p9pbuf_get_type(pb)) != P9PROTO_R_WALK) in p9p_handshake()
213 if ((type = p9pbuf_get_type(pb)) != P9PROTO_R_STAT) in p9p_handshake()
H A Dsubr.c139 if (p9pbuf_get_type(pb) != P9PROTO_R_READ) { in getdfwithoffset()
H A Dninepuffs.h151 uint8_t p9pbuf_get_type(struct puffs_framebuf *);
H A Dninebuf.c49 p9pbuf_get_type(struct puffs_framebuf *pb) in p9pbuf_get_type() function