Home
last modified time | relevance | path

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

/openbmc/libpldm/src/dsp/
H A Dpdr.c1270 static void entity_association_tree_find(pldm_entity_node *node, in entity_association_tree_find() function
1284 entity_association_tree_find(node->next_sibling, entity, out); in entity_association_tree_find()
1285 entity_association_tree_find(node->first_child, entity, out); in entity_association_tree_find()
1298 entity_association_tree_find(tree->root, entity, &node); in pldm_entity_association_tree_find()
/openbmc/libpldm/
H A DCHANGELOG.md607 - pdr: Make entity_association_tree_find() static
700 - pdr: Deprecate entity_association_tree_find()