H A D | pdr.c | 505 pldm_entity entity; member 518 return node->entity; in pldm_entity_extract() 523 pldm_entity_node_get_remote_container_id(const pldm_entity_node *entity) in pldm_entity_node_get_remote_container_id() argument 525 assert(entity != NULL); in pldm_entity_node_get_remote_container_id() 527 return entity->remote_container_id; in pldm_entity_node_get_remote_container_id() 548 /* Insert after the the last node that matches the input entity type, or in find_insertion_at() 552 uint16_t this_type = start->entity.entity_type; in find_insertion_at() 555 (this_type != next->entity.entity_type)) { in find_insertion_at() 566 pldm_entity_association_tree *tree, pldm_entity *entity, in pldm_entity_association_tree_add() argument 570 return pldm_entity_association_tree_add_entity(tree, entity, in pldm_entity_association_tree_add() 578 pldm_entity_association_tree_add_entity(pldm_entity_association_tree * tree,pldm_entity * entity,uint16_t entity_instance_number,pldm_entity_node * parent,uint8_t association_type,bool is_remote,bool is_update_container_id,uint16_t container_id) pldm_entity_association_tree_add_entity() argument 706 pldm_entity *entity = &entities[*index]; entity_association_tree_visit() local 868 pldm_entity *entity = (pldm_entity *)start; entity_association_pdr_add_children() local 880 pldm_entity *entity = (pldm_entity *)start; entity_association_pdr_add_children() local 955 is_present(pldm_entity entity,pldm_entity ** entities,size_t num_entities) is_present() argument 1066 find_entity_ref_in_tree(pldm_entity_node * tree_node,pldm_entity entity,pldm_entity_node ** node) find_entity_ref_in_tree() argument 1093 pldm_find_entity_ref_in_tree(pldm_entity_association_tree * tree,pldm_entity entity,pldm_entity_node ** node) pldm_find_entity_ref_in_tree() argument 1228 entity_association_tree_find_if_remote(pldm_entity_node * node,pldm_entity * entity,pldm_entity_node ** out,bool is_remote) entity_association_tree_find_if_remote() argument 1259 pldm_entity_association_tree_find_with_locality(pldm_entity_association_tree * tree,pldm_entity * entity,bool is_remote) pldm_entity_association_tree_find_with_locality() argument 1271 entity_association_tree_find(pldm_entity_node * node,pldm_entity * entity,pldm_entity_node ** out) entity_association_tree_find() argument 1291 pldm_entity_association_tree_find(pldm_entity_association_tree * tree,pldm_entity * entity) pldm_entity_association_tree_find() argument 1545 pldm_entity_association_pdr_add_contained_entity_to_remote_pdr(pldm_pdr * repo,pldm_entity * entity,uint32_t pdr_record_handle) pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() argument 1685 pldm_entity_association_pdr_create_new(pldm_pdr * repo,uint32_t pdr_record_handle,pldm_entity * parent,pldm_entity * entity,uint32_t * entity_record_handle) pldm_entity_association_pdr_create_new() argument 1834 pldm_entity_association_find_record_handle_by_entity(pldm_pdr * repo,pldm_entity * entity,bool is_remote,uint32_t * record_handle) pldm_entity_association_find_record_handle_by_entity() argument 1892 pldm_entity_association_pdr_remove_contained_entity(pldm_pdr * repo,pldm_entity * entity,bool is_remote,uint32_t * pdr_record_handle) pldm_entity_association_pdr_remove_contained_entity() argument [all...] |