Home
last modified time | relevance | path

Searched refs:aname (Results 1 – 5 of 5) sorted by relevance

/qemu/scripts/
H A Danalyse-9p-simpletrace.py93 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 Dtrace-events8 … id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u id %u fid %d afid %d uname %s an…
H A D9p.c1482 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 Dvirtio-9p-client.c367 const char *aname = ""; /* ignored by QEMU */ in v9fs_tattach() local
387 v9fs_string_write(req, aname); in v9fs_tattach()
/qemu/hw/display/
H A Dtrace-events80 qxl_io_write(int qid, const char *mode, uint64_t addr, const char *aname, uint64_t val, unsigned si…