Home
last modified time | relevance | path

Searched refs:qos_graph_get_node (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c53 g_assert_nonnull(qos_graph_get_node(interface)); in check_interface()
65 g_assert_nonnull(qos_graph_get_node(machine)); in check_machine()
113 g_assert_nonnull(qos_graph_get_node(driver)); in check_driver()
129 g_assert_nonnull(qos_graph_get_node(full_name)); in check_test()
176 g_assert_null(qos_graph_get_node(MACHINE_PC)); in test_contains()
177 g_assert_null(qos_graph_get_node(I440FX)); in test_contains()
195 g_assert_null(qos_graph_get_node(MACHINE_PC)); in test_produces()
196 g_assert_nonnull(qos_graph_get_node(I440FX)); in test_produces()
214 g_assert_null(qos_graph_get_node(I440FX)); in test_consumes()
215 g_assert_nonnull(qos_graph_get_node(SDHCI)); in test_consumes()
/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c80 test_node = qos_graph_get_node(path[(g_strv_length(path) - 1)]); in qos_build_main_args()
118 path = qos_graph_get_node(node_name); /* root */ in walk_path()
125 path = qos_graph_get_node(node_name); in walk_path()
/openbmc/qemu/tests/qtest/libqos/
H A Dqos_external.c102 node = qos_graph_get_node(path[current]); in allocate_objects()
122 node = qos_graph_get_node(path[current]); in allocate_objects()
H A Dqgraph_internal.h90 QOSGraphNode *qos_graph_get_node(const char *key);
H A Dqgraph.c439 QOSGraphNode *qos_graph_get_node(const char *key) in qos_graph_get_node() function
736 QOSGraphNode *root = qos_graph_get_node(QOS_ROOT); in qos_graph_foreach_test_path()
/openbmc/qemu/tests/qtest/
H A Dqos-test.c171 test_node = qos_graph_get_node(path[(g_strv_length(path) - 1)]); in run_one_test()
242 path = qos_graph_get_node(node_name); /* root */ in walk_path()
249 path = qos_graph_get_node(node_name); in walk_path()