Lines Matching refs:msize
32 u32int msize; /* immutable */ member
48 u32int msize; member
137 m->data = vtMemAlloc(mbox.msize); in msgAlloc()
138 m->msize = mbox.msize; in msgAlloc()
371 while((n = read9pmsg(fd, m->data, con->msize)) == 0) in msgRead()
377 m->t.msize = con->msize; in msgRead()
472 n = convS2M(&m->r, con->data, con->msize); in msgWrite()
521 con->data = vtMemAlloc(cbox.msize); in conAlloc()
522 con->msize = cbox.msize; in conAlloc()
762 mbox.msize = NMsizeInit; in msgInit()
821 cbox.msize = NMsizeInit; in conInit()