Searched refs:qos_graph_has_machine (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qgraph.c | 52 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 D | qgraph_internal.h | 212 bool qos_graph_has_machine(const char *node);
|
H A D | qgraph.c | 542 bool qos_graph_has_machine(const char *node) in qos_graph_has_machine() function
|