Searched refs:qos_graph_get_machine (Results 1 – 3 of 3) sorted by relevance
62 g_assert_nonnull(qos_graph_get_machine(machine)); in check_machine()173 g_assert_null(qos_graph_get_machine(MACHINE_PC)); in test_contains()174 g_assert_null(qos_graph_get_machine(I440FX)); in test_contains()192 g_assert_null(qos_graph_get_machine(MACHINE_PC)); in test_produces()193 g_assert_null(qos_graph_get_machine(I440FX)); in test_produces()211 g_assert_null(qos_graph_get_machine(I440FX)); in test_consumes()212 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