Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c63 g_assert_nonnull(qos_graph_get_machine(machine)); in check_machine()
174 g_assert_null(qos_graph_get_machine(MACHINE_PC)); in test_contains()
175 g_assert_null(qos_graph_get_machine(I440FX)); in test_contains()
193 g_assert_null(qos_graph_get_machine(MACHINE_PC)); in test_produces()
194 g_assert_null(qos_graph_get_machine(I440FX)); in test_produces()
212 g_assert_null(qos_graph_get_machine(I440FX)); in test_consumes()
213 g_assert_null(qos_graph_get_machine(SDHCI)); in test_consumes()
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h206 QOSGraphNode *qos_graph_get_machine(const char *node);
H A Dqgraph.c537 QOSGraphNode *qos_graph_get_machine(const char *node) in qos_graph_get_machine() function