Searched refs:entity_association_pdr_add (Results 1 – 1 of 1) sorted by relevance
/openbmc/libpldm/src/dsp/ |
H A D | pdr.c | 971 static int64_t entity_association_pdr_add(pldm_entity_node *curr, in entity_association_pdr_add() function 981 // entity_association_pdr_add function gets called in entity_association_pdr_add() 1000 rc = entity_association_pdr_add(curr->next_sibling, repo, entities, in entity_association_pdr_add() 1006 // entity_association_pdr_add return record handle in success in entity_association_pdr_add() 1017 rc = entity_association_pdr_add(curr->first_child, repo, entities, in entity_association_pdr_add() 1031 int64_t rc = entity_association_pdr_add(tree->root, repo, NULL, 0, in pldm_entity_association_pdr_add() 1057 int64_t rc = entity_association_pdr_add(node, repo, entities, in pldm_entity_association_pdr_add_from_node_with_record_handle()
|