Lines Matching full:node

45 /* node types*/
53 /* Graph Node */
58 char *name; /* used to identify the node */
84 * qos_graph_get_node(): returns the node mapped to that @key.
93 * qos_graph_has_node(): returns #TRUE if the node
94 * has map has a node mapped to that @key.
96 bool qos_graph_has_node(const char *node);
100 * of the node @node.
105 QOSNodeType qos_graph_get_node_type(const char *node);
109 * of the node @node.
111 bool qos_graph_get_node_availability(const char *node);
115 * linking of the node @node with @dest.
120 QOSGraphEdge *qos_graph_get_edge(const char *node, const char *dest);
132 * qos_graph_edge_get_dest(): returns the name of the node
157 * command line that will be added after all the node arguments
167 * command line that will be added before the node command
177 * command line that will be added to the node command
187 * assigned to the destination node (different only)
188 * if there are multiple devices with the same node name
189 * e.g. a node has two "generic-sdhci", "emmc" and "sdcard"
198 * to that @node name.
206 QOSGraphNode *qos_graph_get_machine(const char *node);
209 * qos_graph_has_machine(): returns #TRUE if the node
210 * has map has a node mapped to that @node.
212 bool qos_graph_has_machine(const char *node);
231 * qos_get_machine_type(): return QEMU machine type for a machine node.
245 * command line present in node mapped with key @name.
247 * This function is called when the QMP query returns a node with
253 * qos_graph_node_set_availability(): sets the node identified
254 * by @node with availability @av.
256 void qos_graph_node_set_availability(const char *node, bool av);