Home
last modified time | relevance | path

Searched refs:path_edge (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c119 node_name = qos_graph_edge_get_dest(path->path_edge); /* machine name */ in walk_path()
126 if (!path->path_edge) { in walk_path()
130 node_name = qos_graph_edge_get_dest(path->path_edge); in walk_path()
139 path_vec[path_vec_size++] = qos_graph_edge_get_name(path->path_edge); in walk_path()
141 after_cmd = qos_graph_edge_get_after_cmd_line(path->path_edge); in walk_path()
142 after_device = qos_graph_edge_get_extra_device_opts(path->path_edge); in walk_path()
143 before_cmd = qos_graph_edge_get_before_cmd_line(path->path_edge); in walk_path()
/openbmc/qemu/tests/qtest/
H A Dqos-test.c243 node_name = qos_graph_edge_get_dest(path->path_edge); /* machine name */ in walk_path()
250 if (!path->path_edge) { in walk_path()
254 node_name = qos_graph_edge_get_dest(path->path_edge); in walk_path()
263 path_vec[path_vec_size++] = qos_graph_edge_get_name(path->path_edge); in walk_path()
265 after_cmd = qos_graph_edge_get_after_cmd_line(path->path_edge); in walk_path()
266 after_device = qos_graph_edge_get_extra_device_opts(path->path_edge); in walk_path()
267 before_cmd = qos_graph_edge_get_before_cmd_line(path->path_edge); in walk_path()
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c304 while (path->path_edge) { in qos_print_cb()
306 switch (path->path_edge->type) { in qos_print_cb()
317 path = search_node(path->path_edge->dest); in qos_print_cb()
374 el->node->path_edge = NULL; in qos_reverse_path()
377 el->parent->node->path_edge = el->parent_edge; in qos_reverse_path()
H A Dqgraph_internal.h80 QOSGraphEdge *path_edge; member