Home
last modified time | relevance | path

Searched refs:entity_association_tree_visit (Results 1 – 1 of 1) sorted by relevance

/openbmc/libpldm/src/dsp/
H A Dpdr.c657 static void entity_association_tree_visit(pldm_entity_node *node, in entity_association_tree_visit() function
670 entity_association_tree_visit(node->next_sibling, entities, index); in entity_association_tree_visit()
671 entity_association_tree_visit(node->first_child, entities, index); in entity_association_tree_visit()
693 entity_association_tree_visit(tree->root, *entities, &index); in pldm_entity_association_tree_visit()