Searched refs:afid (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/lib9p/pytest/ |
H A D | p9conn.py | 767 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 D | client.py | 98 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 D | fcall.h | 321 uint32_t afid; member
|
H A D | pack.c | 467 l9p_pu32(msg, &fcall->tauth.afid); in l9p_pufcall() 484 l9p_pu32(msg, &fcall->tattach.afid); in l9p_pufcall()
|
H A D | request.c | 624 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 D | utils.c | 875 l9p_describe_fid(" afid=", fcall->tattach.afid, sb); in l9p_describe_fcall()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_client.c | 605 p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach() argument
|