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 | 161 size_t PackageParser::parseCompImageInfoArea(ComponentImageCount compImageCount, in parseCompImageInfoArea() argument 167 while (compImageCount-- && (pkgHdrRemainingSize > 0)) in parseCompImageInfoArea() 277 auto compImageCount = static_cast<ComponentImageCount>( in parse() local 281 offset = parseCompImageInfoArea(compImageCount, pkgHdr, offset); in parse() 282 if (compImageCount != componentImageInfos.size()) in parse() 285 "COMP_IMG_CNT", compImageCount); in parse()
|
| H A D | package_parser.hpp | 115 size_t parseCompImageInfoArea(ComponentImageCount compImageCount,
|