Searched refs:afid (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/9p/ |
H A D | v9fs.c | 111 if (v9ses->afid != ~0) in v9fs_show_options() 112 seq_printf(m, ",afid=%u", v9ses->afid); in v9fs_show_options() 173 v9ses->afid = ~0; in v9fs_parse_options() 250 v9ses->afid = option; in v9fs_parse_options()
|
H A D | v9fs.h | 114 unsigned int afid; member
|
/openbmc/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 93 def v9fs_attach(self, tag, id, fid, afid, uname, aname): argument 94 …print("TATTACH (tag =", tag, ", fid =", fid, ", afid =", afid, ", uname =", uname, ", aname =", an…
|
/openbmc/qemu/hw/9pfs/ |
H A D | trace-events | 8 …(uint16_t tag, uint8_t id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u id %u fid …
|
H A D | 9p.c | 1454 int32_t fid, afid, n_uname; in v9fs_attach() local 1465 &afid, &uname, &aname, &n_uname); in v9fs_attach() 1469 trace_v9fs_attach(pdu->tag, pdu->id, fid, afid, uname.data, aname.data); in v9fs_attach()
|
/openbmc/linux/include/net/9p/ |
H A D | client.h | 190 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
|
/openbmc/linux/net/9p/ |
H A D | client.c | 1106 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach() argument 1116 afid ? afid->fid : -1, uname, aname); in p9_client_attach() 1125 afid ? afid->fid : P9_NOFID, uname, aname, n_uname); in p9_client_attach()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | 9p.rst | 154 afid security channel - used by Plan 9 authentication protocols
|