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.c1192 static void entity_association_tree_find(pldm_entity_node *node, in entity_association_tree_find()
1206 entity_association_tree_find(node->next_sibling, entity, out); in pldm_entity_association_tree_find()
1207 entity_association_tree_find(node->first_child, entity, out); in pldm_entity_association_tree_find()
1220 entity_association_tree_find(tree->root, entity, &node); in entity_association_tree_copy()
1184 static void entity_association_tree_find(pldm_entity_node *node, entity_association_tree_find() function
/openbmc/libpldm/
H A DCHANGELOG.md519 12. pdr: Make entity_association_tree_find() static
612 7. pdr: Deprecate entity_association_tree_find()