Searched refs:bmcEntityTree (Results 1 – 5 of 5) sorted by relevance
| /openbmc/pldm/libpldmresponder/ |
| H A D | fru.hpp | 75 pldm_entity_association_tree* bmcEntityTree) : in FruImpl() argument 77 entityTree(entityTree), bmcEntityTree(bmcEntityTree) in FruImpl() 254 pldm_entity_association_tree* bmcEntityTree; member in pldm::responder::FruImpl 319 pldm_entity_association_tree* bmcEntityTree) : in Handler() argument 320 impl(configPath, fruMasterJsonPath, pdrRepo, entityTree, bmcEntityTree) in Handler()
|
| H A D | fru.cpp | 228 pldm_entity_association_tree_copy_root(entityTree, bmcEntityTree); in buildFRUTable() 533 rc = pldm_entity_association_tree_delete_node(bmcEntityTree, in removeIndividualFRU()
|
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_fru_test.cpp | 94 bmcEntityTree(pldm_entity_association_tree_init(), in TEST() local 120 entityTree.get(), bmcEntityTree.get()); in TEST() 167 bmcEntityTree(pldm_entity_association_tree_init(), in TEST() local 173 entityTree.get(), bmcEntityTree.get()); in TEST()
|
| /openbmc/pldm/pldmd/ |
| H A D | pldmd.cpp | 253 bmcEntityTree(pldm_entity_association_tree_init(), in main() local 255 if (!bmcEntityTree) in main() 270 EVENTS_JSONS_DIR, entityTree.get(), bmcEntityTree.get(), in main() 283 bmcEntityTree.get()); in main()
|
| /openbmc/pldm/host-bmc/ |
| H A D | host_pdr_handler.hpp | 87 * @param[in] bmcEntityTree - pointer to BMC's entity association tree 96 pldm_entity_association_tree* bmcEntityTree,
|