Home
last modified time | relevance | path

Searched refs:removeEntity (Results 1 – 1 of 1) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dfru.cpp427 pldm_entity removeEntity; in removeIndividualFRU() local
447 removeEntity = {entityType, entityInsNum, containerId}; in removeIndividualFRU()
451 pdrRepo, &removeEntity, false, &updateRecordHdlBmc); in removeIndividualFRU()
458 "TYPE", static_cast<unsigned>(removeEntity.entity_type), "INS", in removeIndividualFRU()
459 static_cast<unsigned>(removeEntity.entity_instance_num), "CONT", in removeIndividualFRU()
460 static_cast<unsigned>(removeEntity.entity_container_id), "RC", in removeIndividualFRU()
482 pdrRepo, &removeEntity, true, &updateRecordHdlHost); in removeIndividualFRU()
489 "TYPE", static_cast<unsigned>(removeEntity.entity_type), "INS", in removeIndividualFRU()
490 static_cast<unsigned>(removeEntity.entity_instance_num), "CONT", in removeIndividualFRU()
491 static_cast<unsigned>(removeEntity.entity_container_id), "RC", in removeIndividualFRU()
[all …]