Searched refs:TestQtailqElement (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 669 typedef struct TestQtailqElement TestQtailqElement; typedef 671 struct TestQtailqElement { struct 674 QTAILQ_ENTRY(TestQtailqElement) next; argument 679 QTAILQ_HEAD(, TestQtailqElement) q; 688 VMSTATE_BOOL(b, TestQtailqElement), 689 VMSTATE_UINT8(u8, TestQtailqElement), 700 VMSTATE_QTAILQ_V(q, TestQtailq, 1, vmstate_q_element, TestQtailqElement, 727 TestQtailqElement obj_qe1 = { in test_save_q() 732 TestQtailqElement obj_qe2 = { in test_save_q() 752 TestQtailqElement obj_qe1 = { in test_load_q() [all …]
|