Searched refs:qos_graph_get_node_availability (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qgraph.c | 57 g_assert_cmpint(qos_graph_get_node_availability(interface), ==, TRUE); in check_interface() 66 g_assert_cmpint(qos_graph_get_node_availability(machine), ==, FALSE); in check_machine() 68 g_assert_cmpint(qos_graph_get_node_availability(machine), ==, TRUE); in check_machine() 116 g_assert_cmpint(qos_graph_get_node_availability(driver), ==, FALSE); in check_driver() 118 g_assert_cmpint(qos_graph_get_node_availability(driver), ==, TRUE); in check_driver() 137 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, TRUE); in check_test() 139 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, FALSE); in check_test()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph_internal.h | 111 bool qos_graph_get_node_availability(const char *node);
|
H A D | qgraph.c | 459 bool qos_graph_get_node_availability(const char *node) in qos_graph_get_node_availability() function
|