Searched refs:nwqid (Results 1 – 7 of 7) sorted by relevance
267 uint16_t nwqid; in p9_buf_vreadf() local276 nwqid = *nwqid_p; in p9_buf_vreadf()277 wqids = malloc(nwqid * sizeof(struct p9_qid), M_TEMP, M_NOWAIT | M_ZERO); in p9_buf_vreadf()282 for (i = 0; i < nwqid && (error == 0); i++) in p9_buf_vreadf()468 uint16_t nwqid = va_arg(ap, int); in p9_buf_vwritef() local472 error = buf_write(buf, &nwqid, sizeof(uint16_t)); in p9_buf_vwritef()475 for (i = 0; i < nwqid; i++) { in p9_buf_vwritef()
861 if resp.nwqid > len(components):867 self.getpathX(fid), resp.nwqid))868 if resp.nwqid < len(components):872 missing = components[resp.nwqid]873 within = _pathcat(startpath, b'/'.join(components[:resp.nwqid]))
346 uint16_t nwqid; member
526 r = l9p_puqids(msg, &fcall->rwalk.nwqid, fcall->rwalk.wqid); in l9p_pufcall()
904 n = req->lr_resp.rwalk.nwqid; in l9p_dispatch_twalk()
917 for (i = 0; i < fcall->rwalk.nwqid; i++) in l9p_describe_fcall()
1971 req->lr_resp.rwalk.nwqid = (uint16_t)i; in fs_walk()