Searched refs:org_node (Results 1 – 1 of 1) sorted by relevance
1302 static int entity_association_tree_copy(pldm_entity_node *org_node, in entity_association_tree_copy() argument 1307 if (org_node == NULL) { in entity_association_tree_copy() 1316 (*new_node)->parent = org_node->parent; in entity_association_tree_copy() 1317 (*new_node)->entity = org_node->entity; in entity_association_tree_copy() 1318 (*new_node)->association_type = org_node->association_type; in entity_association_tree_copy() 1319 (*new_node)->remote_container_id = org_node->remote_container_id; in entity_association_tree_copy() 1323 rc = entity_association_tree_copy(org_node->first_child, in entity_association_tree_copy() 1329 rc = entity_association_tree_copy(org_node->next_sibling, in entity_association_tree_copy()