buf_get_int32     194 net/9p/conv.c  	qid->version = buf_get_int32(bufp);
buf_get_int32     260 net/9p/conv.c  	stat->dev = buf_get_int32(bufp);
buf_get_int32     262 net/9p/conv.c  	stat->qid.version = buf_get_int32(bufp);
buf_get_int32     264 net/9p/conv.c  	stat->mode = buf_get_int32(bufp);
buf_get_int32     265 net/9p/conv.c  	stat->atime = buf_get_int32(bufp);
buf_get_int32     266 net/9p/conv.c  	stat->mtime = buf_get_int32(bufp);
buf_get_int32     275 net/9p/conv.c  		stat->n_uid = buf_get_int32(bufp);
buf_get_int32     276 net/9p/conv.c  		stat->n_gid = buf_get_int32(bufp);
buf_get_int32     277 net/9p/conv.c  		stat->n_muid = buf_get_int32(bufp);
buf_get_int32     331 net/9p/conv.c  	rcall->size = buf_get_int32(bufp);
buf_get_int32     343 net/9p/conv.c  		rcall->params.rversion.msize = buf_get_int32(bufp);
buf_get_int32     350 net/9p/conv.c  		rcall->params.rattach.qid.version = buf_get_int32(bufp);
buf_get_int32     367 net/9p/conv.c  		rcall->params.ropen.iounit = buf_get_int32(bufp);
buf_get_int32     371 net/9p/conv.c  		rcall->params.rcreate.iounit = buf_get_int32(bufp);
buf_get_int32     374 net/9p/conv.c  		rcall->params.rread.count = buf_get_int32(bufp);
buf_get_int32     379 net/9p/conv.c  		rcall->params.rwrite.count = buf_get_int32(bufp);