Home | History | Annotate | Download | only in mount_9p

Lines Matching refs:p9p

58 #define NEXTTAG(p9p)	\
59 ((++(p9p->nexttag)) == P9PROTO_NOTAG ? p9p->nexttag = 0 : p9p->nexttag)
61 #define NEXTFID(p9p) \
62 ((++(p9p->nextfid)) == P9P_INVALFID ? p9p->nextfid = 2 : p9p->nextfid)
66 struct puffs9p *p9p = puffs_getspecific(pu); \
77 if (puffs_framev_enqueue_cc(pcc, p9p->servsock, pb, 0) == -1) { \
85 if (puffs_framev_enqueue_justsend(pu,p9p->servsock,pb,1,0)==-1){\
93 if (puffs_framev_enqueue_cb(pu, p9p->servsock,pb,f,a,0) == -1) {\