Searched refs:qos_graph_has_edge (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qgraph.c | 81 g_assert_cmpint(qos_graph_has_edge(machine, driver), ==, TRUE); in check_contains() 94 g_assert_cmpint(qos_graph_has_edge(machine, interface), ==, TRUE); in check_produces() 106 g_assert_cmpint(qos_graph_has_edge(interface, driver), ==, TRUE); in check_consumes() 136 g_assert_cmpint(qos_graph_has_edge(interface, full_name), ==, TRUE); in check_test()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph_internal.h | 144 bool qos_graph_has_edge(const char *start, const char *dest);
|
H A D | qgraph.c | 530 bool qos_graph_has_edge(const char *start, const char *dest) in qos_graph_has_edge() function
|