Searched refs:org_tree (Results 1 – 3 of 3) sorted by relevance
633 pldm_entity_association_tree *org_tree,646 pldm_entity_association_tree *org_tree,
1495 pldm_entity_association_tree *org_tree, in pldm_entity_association_tree_copy_root() argument1498 assert(org_tree != NULL); in pldm_entity_association_tree_copy_root()1501 new_tree->last_used_container_id = org_tree->last_used_container_id; in pldm_entity_association_tree_copy_root()1502 entity_association_tree_copy(org_tree->root, &(new_tree->root)); in pldm_entity_association_tree_copy_root()1507 pldm_entity_association_tree *org_tree, in pldm_entity_association_tree_copy_root_check() argument1510 if (!org_tree || !new_tree) { in pldm_entity_association_tree_copy_root_check()1514 new_tree->last_used_container_id = org_tree->last_used_container_id; in pldm_entity_association_tree_copy_root_check()1515 return entity_association_tree_copy(org_tree->root, &(new_tree->root)); in pldm_entity_association_tree_copy_root_check()
4976 'name' => 'org_tree',