Searched defs:fruArea (Results 1 – 4 of 4) sorted by relevance
| /openbmc/ipmi-fru-parser/ |
| H A D | writefrudata.cpp | 180 for (const auto& fruArea : areaVector) in updateInventory() local 445 bool removeInvalidArea(const std::unique_ptr<IPMIFruArea>& fruArea) in removeInvalidArea() 614 std::unique_ptr<IPMIFruArea> fruArea = in validateFRUArea() local
|
| /openbmc/entity-manager/test/ |
| H A D | test_fru-utils.cpp | 542 std::vector<uint8_t> fruArea = {}; in TEST() local 549 std::vector<uint8_t> fruArea = {0x01, 0x00, 0x01, 0x02, in TEST() local 558 std::vector<uint8_t> fruArea = {0x01, 0x00, 0x01, 0x02, 0x03, in TEST() local
|
| /openbmc/entity-manager/src/fru_device/ |
| H A D | fru_utils.cpp | 1015 bool updateAreaChecksum(std::vector<uint8_t>& fruArea) in updateAreaChecksum() 1386 bool createDummyArea(fruAreas fruArea, std::vector<uint8_t>& areaData) in createDummyArea()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | storagehandler.cpp | 804 const auto& fruArea = getFruAreaData(fruDeviceId); in ipmiStorageReadFruData() local
|