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.c1211 static void entity_association_tree_copy(pldm_entity_node *org_node, in entity_association_tree_copy() argument
1214 if (org_node == NULL) { in entity_association_tree_copy()
1218 (*new_node)->parent = org_node->parent; in entity_association_tree_copy()
1219 (*new_node)->entity = org_node->entity; in entity_association_tree_copy()
1220 (*new_node)->association_type = org_node->association_type; in entity_association_tree_copy()
1221 (*new_node)->remote_container_id = org_node->remote_container_id; in entity_association_tree_copy()
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()