Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c52 g_assert_cmpint(qos_graph_has_machine(interface), ==, FALSE); in check_interface()
64 g_assert_cmpint(qos_graph_has_machine(machine), ==, TRUE); in check_machine()
112 g_assert_cmpint(qos_graph_has_machine(driver), ==, FALSE); in check_driver()
127 g_assert_cmpint(qos_graph_has_machine(test), ==, FALSE); in check_test()
128 g_assert_cmpint(qos_graph_has_machine(full_name), ==, FALSE); in check_test()
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h212 bool qos_graph_has_machine(const char *node);
H A Dqgraph.c542 bool qos_graph_has_machine(const char *node) in qos_graph_has_machine() function