Lines Matching full:edge
38 /* edge types*/
114 * qos_graph_get_edge(): returns the edge
123 * qos_graph_edge_get_type(): returns the edge type
124 * of the edge @edge.
129 QOSEdgeType qos_graph_edge_get_type(QOSGraphEdge *edge);
133 * pointed as destination of edge @edge.
138 char *qos_graph_edge_get_dest(QOSGraphEdge *edge);
142 * exists an edge from @start to @dest.
148 * to that @edge.
153 void *qos_graph_edge_get_arg(QOSGraphEdge *edge);
156 * qos_graph_edge_get_after_cmd_line(): returns the edge
163 char *qos_graph_edge_get_after_cmd_line(QOSGraphEdge *edge);
166 * qos_graph_edge_get_before_cmd_line(): returns the edge
173 char *qos_graph_edge_get_before_cmd_line(QOSGraphEdge *edge);
183 char *qos_graph_edge_get_extra_device_opts(QOSGraphEdge *edge);
194 char *qos_graph_edge_get_name(QOSGraphEdge *edge);