Home
last modified time | relevance | path

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

/openbmc/libpldm/src/dsp/
H A Dpdr.c1211 static void entity_association_tree_copy(pldm_entity_node *org_node, in entity_association_tree_copy() function
1224 entity_association_tree_copy(org_node->first_child, in entity_association_tree_copy()
1226 entity_association_tree_copy(org_node->next_sibling, in entity_association_tree_copy()
1239 entity_association_tree_copy(org_tree->root, &(new_tree->root)); in pldm_entity_association_tree_copy_root()