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 | 45 DeviceIDRecordCount deviceIdRecCount, const std::vector<uint8_t>& pkgHdr, in parseFDIdentificationArea() argument 50 while (deviceIdRecCount-- && (pkgHdrRemainingSize > 0)) in parseFDIdentificationArea() 262 auto deviceIdRecCount = static_cast<DeviceIDRecordCount>(pkgHdr[offset]); in parse() local 265 offset = parseFDIdentificationArea(deviceIdRecCount, pkgHdr, offset); in parse() 266 if (deviceIdRecCount != fwDeviceIDRecords.size()) in parse() 269 "DREC_CNT", deviceIdRecCount); in parse()
|
H A D | package_parser.hpp | 103 size_t parseFDIdentificationArea(DeviceIDRecordCount deviceIdRecCount,
|