Searched refs:aname (Results 1 – 5 of 5) sorted by relevance
/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 93 def v9fs_attach(self, tag, id, fid, afid, uname, aname): argument 94 …ATTACH (tag =", tag, ", fid =", fid, ", afid =", afid, ", uname =", uname, ", aname =", aname, ")")
|
/qemu/hw/9pfs/ |
H A D | trace-events | 8 … id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u id %u fid %d afid %d uname %s an…
|
H A D | 9p.c | 1482 V9fsString uname, aname; in v9fs_attach() local 1490 v9fs_string_init(&aname); in v9fs_attach() 1492 &afid, &uname, &aname, &n_uname); in v9fs_attach() 1496 trace_v9fs_attach(pdu->tag, pdu->id, fid, afid, uname.data, aname.data); in v9fs_attach() 1554 v9fs_string_free(&aname); in v9fs_attach()
|
/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 367 const char *aname = ""; /* ignored by QEMU */ in v9fs_tattach() local 387 v9fs_string_write(req, aname); in v9fs_tattach()
|
/qemu/hw/display/ |
H A D | trace-events | 80 qxl_io_write(int qid, const char *mode, uint64_t addr, const char *aname, uint64_t val, unsigned si…
|