Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hyperv/
H A Dhyperv_testdev.c29 typedef struct TestMsgConn { struct
30 QLIST_ENTRY(TestMsgConn) le;
34 } TestMsgConn; argument
47 QLIST_HEAD(, TestMsgConn) msg_conns;
118 TestMsgConn *conn = opaque; in msg_retry()
124 TestMsgConn *conn = data; in msg_cb()
139 TestMsgConn *conn = data; in msg_handler()
162 TestMsgConn *conn; in msg_conn_create()
164 conn = g_new0(TestMsgConn, 1); in msg_conn_create()
179 TestMsgConn *conn; in msg_conn_destroy()