Lines Matching refs:QOSGraphEdge
30 struct QOSGraphEdge { struct
41 QSLIST_ENTRY(QOSGraphEdge) edge_list; argument
44 typedef QSLIST_HEAD(, QOSGraphEdge) QOSGraphEdgeList;
53 QOSGraphEdge *parent_edge;
92 QOSGraphEdge *edge = g_new0(QOSGraphEdge, 1); in add_edge()
111 QOSGraphEdge *temp; in destroy_edges()
199 static QOSGraphEdge *search_list_edges(QOSGraphEdgeList *edgelist, in search_list_edges()
202 QOSGraphEdge *tmp, *next; in search_list_edges()
227 QOSGraphEdge *e = search_list_edges(root_list, name); in search_machine()
326 QOSGraphEdge *e) in qos_push()
398 QOSGraphEdge *e, *next; in qos_traverse_graph()
468 QOSGraphEdge *qos_graph_get_edge(const char *node, const char *dest) in qos_graph_get_edge()
474 QOSEdgeType qos_graph_edge_get_type(QOSGraphEdge *edge) in qos_graph_edge_get_type()
482 char *qos_graph_edge_get_dest(QOSGraphEdge *edge) in qos_graph_edge_get_dest()
490 void *qos_graph_edge_get_arg(QOSGraphEdge *edge) in qos_graph_edge_get_arg()
498 char *qos_graph_edge_get_after_cmd_line(QOSGraphEdge *edge) in qos_graph_edge_get_after_cmd_line()
506 char *qos_graph_edge_get_before_cmd_line(QOSGraphEdge *edge) in qos_graph_edge_get_before_cmd_line()
514 char *qos_graph_edge_get_extra_device_opts(QOSGraphEdge *edge) in qos_graph_edge_get_extra_device_opts()
522 char *qos_graph_edge_get_name(QOSGraphEdge *edge) in qos_graph_edge_get_name()
533 QOSGraphEdge *e = search_list_edges(list, dest); in qos_graph_has_edge()
681 QOSGraphEdge *e, *next; in qos_graph_node_set_availability_explicit()
706 QOSGraphEdge *e, *next; in qos_graph_node_set_availability()
814 QOSGraphEdge *e, *next; in qos_dump_graph()