Lines Matching defs:node
53 /* Cache of the root node for quick checks */
85 * property of the node.
145 fpt_get_name_from_hdl(fru_treehdl_t node, char **name)
150 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(node);
192 /* compare the node name to the name passed */
194 cmp_node_name(picl_nodehdl_t node, const char *name)
198 if (get_strprop_by_name(node, PICL_PROP_NAME, &node_name)
213 /* compare the node class name to the name passed */
215 cmp_class_name(picl_nodehdl_t node, const char *name)
219 if (get_strprop_by_name(node, PICL_PROP_CLASSNAME, &class_name)
235 /* get the "frutree" root node */
237 fpt_get_root(fru_treehdl_t *node)
262 *node = PICLHDL_TO_TREEHDL(picl_node);
323 fpt_get_node_type(fru_treehdl_t node, fru_node_t *type)
327 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(node);
341 /* there is data for this node. (ie fru is a container) */
367 /* Make sure this is a "Section" node */
391 /* Make sure this is a "Section" node */
405 * Find the handle of the segment node "segment".