Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c670 typedef struct TestQtailqElement TestQtailqElement; typedef
672 struct TestQtailqElement { struct
675 QTAILQ_ENTRY(TestQtailqElement) next; argument
680 QTAILQ_HEAD(, TestQtailqElement) q;
689 VMSTATE_BOOL(b, TestQtailqElement),
690 VMSTATE_UINT8(u8, TestQtailqElement),
728 TestQtailqElement obj_qe1 = { in test_save_q()
733 TestQtailqElement obj_qe2 = { in test_save_q()
753 TestQtailqElement obj_qe1 = { in test_load_q()
758 TestQtailqElement obj_qe2 = { in test_load_q()
[all …]