Searched refs:compImageCount (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/fw-update/ |
H A D | package_parser.cpp | 143 size_t PackageParser::parseCompImageInfoArea(ComponentImageCount compImageCount, in parseCompImageInfoArea() argument 149 while (compImageCount-- && (pkgHdrRemainingSize > 0)) in parseCompImageInfoArea() 259 auto compImageCount = static_cast<ComponentImageCount>( in parse() local 263 offset = parseCompImageInfoArea(compImageCount, pkgHdr, offset); in parse() 264 if (compImageCount != componentImageInfos.size()) in parse() 267 "COMP_IMG_CNT", compImageCount); in parse()
|
H A D | package_parser.hpp | 115 size_t parseCompImageInfoArea(ComponentImageCount compImageCount,
|
/openbmc/phosphor-bmc-code-mgmt/common/pldm/ |
H A D | package_parser.cpp | 163 size_t PackageParser::parseCompImageInfoArea(ComponentImageCount compImageCount, in parseCompImageInfoArea() argument 169 while (compImageCount-- && (pkgHdrRemainingSize > 0)) in parseCompImageInfoArea() 279 auto compImageCount = static_cast<ComponentImageCount>( in parse() local 283 offset = parseCompImageInfoArea(compImageCount, pkgHdr, offset); in parse() 284 if (compImageCount != componentImageInfos.size()) in parse() 287 "COMP_IMG_CNT", compImageCount); in parse()
|
H A D | package_parser.hpp | 117 size_t parseCompImageInfoArea(ComponentImageCount compImageCount,
|