Searched refs:deviceIdRecCount (Results 1 – 4 of 4) sorted by relevance
| /openbmc/pldm/fw-update/ |
| H A D | package_parser.cpp | 25 DeviceIDRecordCount deviceIdRecCount, const std::vector<uint8_t>& pkgHdr, in parseFDIdentificationArea() argument 30 while (deviceIdRecCount-- && (pkgHdrRemainingSize > 0)) in parseFDIdentificationArea() 242 auto deviceIdRecCount = static_cast<DeviceIDRecordCount>(pkgHdr[offset]); in parse() local 245 offset = parseFDIdentificationArea(deviceIdRecCount, pkgHdr, offset); in parse() 246 if (deviceIdRecCount != fwDeviceIDRecords.size()) in parse() 249 "DREC_CNT", deviceIdRecCount); in parse()
|
| H A D | package_parser.hpp | 101 size_t parseFDIdentificationArea(DeviceIDRecordCount deviceIdRecCount,
|
| /openbmc/phosphor-bmc-code-mgmt/common/pldm/ |
| H A D | package_parser.cpp | 43 DeviceIDRecordCount deviceIdRecCount, const std::vector<uint8_t>& pkgHdr, in parseFDIdentificationArea() argument 48 while (deviceIdRecCount-- && (pkgHdrRemainingSize > 0)) in parseFDIdentificationArea() 260 auto deviceIdRecCount = static_cast<DeviceIDRecordCount>(pkgHdr[offset]); in parse() local 263 offset = parseFDIdentificationArea(deviceIdRecCount, pkgHdr, offset); in parse() 264 if (deviceIdRecCount != fwDeviceIDRecords.size()) in parse() 267 "DREC_CNT", deviceIdRecCount); in parse()
|
| H A D | package_parser.hpp | 101 size_t parseFDIdentificationArea(DeviceIDRecordCount deviceIdRecCount,
|