Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/plugins/
H A Dreset.c15 static bool was_uninstalled; variable
19 g_assert(was_reset && !was_uninstalled); in after_uninstall()
21 was_uninstalled = true; in after_uninstall()
26 g_assert(was_reset && !was_uninstalled); in tb_exec_after_reset()
32 g_assert(was_reset && !was_uninstalled); in tb_trans_after_reset()
39 g_assert(!was_reset && !was_uninstalled); in after_reset()
47 g_assert(!was_reset && !was_uninstalled); in tb_exec_before_reset()
53 g_assert(!was_reset && !was_uninstalled); in tb_trans_before_reset()
71 g_assert(was_reset && was_uninstalled); in on_plugin_exit()