Home
last modified time | relevance | path

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

/openbmc/libpldm/src/dsp/
H A Dpdr.c1451 static int entity_association_tree_copy(pldm_entity_node *org_node, in entity_association_tree_copy() argument
1456 if (org_node == NULL) { in entity_association_tree_copy()
1465 (*new_node)->parent = org_node->parent; in entity_association_tree_copy()
1466 (*new_node)->entity = org_node->entity; in entity_association_tree_copy()
1467 (*new_node)->association_type = org_node->association_type; in entity_association_tree_copy()
1468 (*new_node)->remote_container_id = org_node->remote_container_id; in entity_association_tree_copy()
1472 rc = entity_association_tree_copy(org_node->first_child, in entity_association_tree_copy()
1478 rc = entity_association_tree_copy(org_node->next_sibling, in entity_association_tree_copy()