Searched refs:org_tree (Results 1 – 3 of 3) sorted by relevance
606 pldm_entity_association_tree *org_tree,619 pldm_entity_association_tree *org_tree,
1346 pldm_entity_association_tree *org_tree, in pldm_entity_association_tree_copy_root() argument 1349 assert(org_tree != NULL); in pldm_entity_association_tree_copy_root() 1352 new_tree->last_used_container_id = org_tree->last_used_container_id; in pldm_entity_association_tree_copy_root() 1353 entity_association_tree_copy(org_tree->root, &(new_tree->root)); in pldm_entity_association_tree_copy_root() 1358 pldm_entity_association_tree *org_tree, in pldm_entity_association_tree_copy_root_check() argument 1361 if (!org_tree || !new_tree) { in pldm_entity_association_tree_copy_root_check() 1365 new_tree->last_used_container_id = org_tree->last_used_container_id; in pldm_entity_association_tree_copy_root_check() 1366 return entity_association_tree_copy(org_tree->root, &(new_tree->root)); in pldm_entity_association_tree_copy_root_check()
4579 'name' => 'org_tree',