HomeSort by: relevance | last modified time | path
    Searched refs:P9PROTO_NOTAG (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/puffs/mount_9p/
nineproto.h 72 #define P9PROTO_NOTAG (uint16_t)~0
fs.c 83 p9pbuf_put_2(pb, P9PROTO_NOTAG);
93 if ((rtagid = p9pbuf_get_tag(pb)) != P9PROTO_NOTAG) {
95 P9PROTO_NOTAG, rtagid);
ninepuffs.h 59 ((++(p9p->nexttag)) == P9PROTO_NOTAG ? p9p->nexttag = 0 : p9p->nexttag)

Completed in 13 milliseconds