Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py878 return newfid, resp.wqid
886 rfid, wqid = self.lookup(fid, components)
887 if len(wqid):
888 return rfid, wqid[-1]
1426 qid = resp.wqid[0]
/freebsd/contrib/lib9p/
H A Dfcall.h347 struct l9p_qid wqid[L9P_MAX_WELEM]; member
H A Dpack.c526 r = l9p_puqids(msg, &fcall->rwalk.nwqid, fcall->rwalk.wqid); in l9p_pufcall()
H A Drequest.c906 if (req->lr_resp.rwalk.wqid[n - 1].type & L9P_QTDIR) in l9p_dispatch_twalk()
H A Dutils.c919 &fcall->rwalk.wqid[i], sb); in l9p_describe_fcall()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c958 uint32_t wqid, in qm_new_fq() argument
1012 fq_opts.fqd.dest.wq = wqid; in qm_new_fq()
/freebsd/contrib/lib9p/backend/
H A Dfs.c1930 generate_qid(&st, &req->lr_resp.rwalk.wqid[i]); in fs_walk()