Home
last modified time | relevance | path

Searched refs:afid (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py767 def attach(self, afid, uname, aname, n_uname): argument
774 if afid is None:
775 afid = protocol.td.NOFID
784 pkt = self.proto.Tattach(tag=tag, fid=fid, afid=afid,
H A Dclient.py98 clnt.attach(afid=None, aname=aname, uname=uname, n_uname=n_uname)
402 clnt.attach(afid=42, aname=aname, uname=uname, n_uname=n_uname)
/freebsd/contrib/lib9p/
H A Dfcall.h321 uint32_t afid; member
H A Dpack.c467 l9p_pu32(msg, &fcall->tauth.afid); in l9p_pufcall()
484 l9p_pu32(msg, &fcall->tattach.afid); in l9p_pufcall()
H A Drequest.c624 if (req->lr_req.tattach.afid != L9P_NOFID) { in l9p_dispatch_tattach()
625 error = fid_lookup(conn, req->lr_req.tattach.afid, EINVAL, in l9p_dispatch_tattach()
H A Dutils.c875 l9p_describe_fid(" afid=", fcall->tattach.afid, sb); in l9p_describe_fcall()