Searched refs:QOSGraphNode (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | qgraph.c | 51 QOSGraphNode *node; 133 static QOSGraphNode *create_node(const char *name, QOSNodeType type) in create_node() 140 QOSGraphNode *node = g_new0(QOSGraphNode, 1); in create_node() 155 QOSGraphNode *node = val; in destroy_node() 174 static QOSGraphNode *search_node(const char *key) in search_node() 223 static QOSGraphNode *search_machine(const char *name) in search_machine() 225 QOSGraphNode *n; in search_machine() 247 QOSGraphNode *interface; in create_interface() 268 static void build_machine_cmd_line(QOSGraphNode *node, const char *args) in build_machine_cmd_line() 288 static void build_driver_cmd_line(QOSGraphNode *node) in build_driver_cmd_line() [all …]
|
| H A D | qgraph_internal.h | 36 typedef void (*QOSTestCallback) (QOSGraphNode *path, int len); 54 struct QOSGraphNode { struct 90 QOSGraphNode *qos_graph_get_node(const char *key); 206 QOSGraphNode *qos_graph_get_machine(const char *node);
|
| H A D | qgraph.h | 30 typedef struct QOSGraphNode QOSGraphNode; typedef 355 QOSGraphObject *qos_machine_new(QOSGraphNode *node, QTestState *qts); 366 QOSGraphObject *qos_driver_new(QOSGraphNode *node, QOSGraphObject *parent,
|
| H A D | qos_external.c | 98 QOSGraphNode *node; in allocate_objects()
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | qos_fuzz.c | 68 QOSGraphNode *test_node; in qos_build_main_args() 96 static void walk_path(QOSGraphNode *orig_path, int len) in walk_path() 98 QOSGraphNode *path; in walk_path()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | qos-test.c | 161 QOSGraphNode *test_node; in run_one_test() 222 static void walk_path(QOSGraphNode *orig_path, int len) in walk_path() 224 QOSGraphNode *path; in walk_path()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qgraph.c | 142 static void count_each_test(QOSGraphNode *path, int len) in count_each_test()
|