Searched refs:fru_get_child (Results 1 – 3 of 3) sorted by relevance
236 fru_errno_t fru_get_child(fru_nodehdl_t handle, fru_nodehdl_t *child);
848 if (fru_get_child(node, &next_node) == FRU_SUCCESS) in walk_tree()
521 fru_get_child(fru_nodehdl_t handle, fru_nodehdl_t *child) in fru_get_child() function696 if ((status = fru_get_child(node, &next)) == FRU_SUCCESS) in fru_walk_tree()