Symbol: p9pbuf_get_type
usr.sbin/puffs/mount_9p/fs.c
128
if ((type = p9pbuf_get_type(pb)) != P9PROTO_R_ATTACH)
usr.sbin/puffs/mount_9p/fs.c
178
if ((type = p9pbuf_get_type(pb)) != P9PROTO_R_WALK)
usr.sbin/puffs/mount_9p/fs.c
213
if ((type = p9pbuf_get_type(pb)) != P9PROTO_R_STAT)
usr.sbin/puffs/mount_9p/fs.c
91
if ((type = p9pbuf_get_type(pb)) != P9PROTO_R_VERSION)
usr.sbin/puffs/mount_9p/nineproto.c
221
if (p9pbuf_get_type(pb) != P9PROTO_R_ERROR)
usr.sbin/puffs/mount_9p/nineproto.c
275
if (p9pbuf_get_type(pb) != P9PROTO_R_CLUNK)
usr.sbin/puffs/mount_9p/nineproto.c
313
if (p9pbuf_get_type(pb) != P9PROTO_R_OPEN)
usr.sbin/puffs/mount_9p/nineproto.c
398
if (p9pbuf_get_type(pb) != P9PROTO_R_WALK)
usr.sbin/puffs/mount_9p/nineproto.c
408
if (p9pbuf_get_type(pb) != op)
usr.sbin/puffs/mount_9p/nineproto.c
420
if (p9pbuf_get_type(pb) != P9PROTO_R_STAT)
usr.sbin/puffs/mount_9p/ninepuffs.h
151
uint8_t p9pbuf_get_type(struct puffs_framebuf *);
usr.sbin/puffs/mount_9p/node.c
190
if (p9pbuf_get_type(pb) != P9PROTO_R_READ) {
usr.sbin/puffs/mount_9p/node.c
249
if (p9pbuf_get_type(pb) != P9PROTO_R_WSTAT) {
usr.sbin/puffs/mount_9p/node.c
348
if (p9pbuf_get_type(pb) != P9PROTO_R_READ) {
usr.sbin/puffs/mount_9p/node.c
397
if (p9pbuf_get_type(pb) != P9PROTO_R_WRITE) {
usr.sbin/puffs/mount_9p/node.c
477
if (p9pbuf_get_type(pb) != P9PROTO_R_WALK)
usr.sbin/puffs/mount_9p/node.c
534
if (p9pbuf_get_type(pb) != P9PROTO_R_REMOVE) {
usr.sbin/puffs/mount_9p/node.c
617
if (p9pbuf_get_type(pb) != P9PROTO_R_WSTAT)
usr.sbin/puffs/mount_9p/node.c
66
if (p9pbuf_get_type(pb) != P9PROTO_R_STAT) {
usr.sbin/puffs/mount_9p/subr.c
139
if (p9pbuf_get_type(pb) != P9PROTO_R_READ) {