Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Ddbus-vmstate-test.c10 typedef struct TestServerId { struct
14 } TestServerId; argument
16 static const TestServerId idA = {
20 static const TestServerId idB = {
25 const TestServerId *id;
125 get_server(GDBusConnection *conn, TestServer *s, const TestServerId *id) in get_server()