Home
last modified time | relevance | path

Searched refs:nwqid (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/fs/p9fs/
H A Dp9_protocol.c267 uint16_t nwqid; in p9_buf_vreadf() local
276 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() local
472 error = buf_write(buf, &nwqid, sizeof(uint16_t)); in p9_buf_vwritef()
475 for (i = 0; i < nwqid; i++) { in p9_buf_vwritef()
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py861 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]))
/freebsd/contrib/lib9p/
H A Dfcall.h346 uint16_t nwqid; member
H A Dpack.c526 r = l9p_puqids(msg, &fcall->rwalk.nwqid, fcall->rwalk.wqid); in l9p_pufcall()
H A Drequest.c904 n = req->lr_resp.rwalk.nwqid; in l9p_dispatch_twalk()
H A Dutils.c917 for (i = 0; i < fcall->rwalk.nwqid; i++) in l9p_describe_fcall()
/freebsd/contrib/lib9p/backend/
H A Dfs.c1971 req->lr_resp.rwalk.nwqid = (uint16_t)i; in fs_walk()