Searched refs:qos_graph_get_machine (Results 1 – 3 of 3) sorted by relevance
63 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()
206 QOSGraphNode *qos_graph_get_machine(const char *node);
537 QOSGraphNode *qos_graph_get_machine(const char *node) in qos_graph_get_machine() function