/openbmc/pldm/fw-update/ |
H A D | package_parser.hpp | 49 ComponentBitmapBitLength componentBitmapBitLength) : in PackageParser() argument 51 componentBitmapBitLength(componentBitmapBitLength) in PackageParser() 141 const ComponentBitmapBitLength componentBitmapBitLength; member in pldm::fw_update::PackageParser 169 ComponentBitmapBitLength componentBitmapBitLength) : in PackageParserV1() argument 170 PackageParser(pkgHeaderSize, pkgVersion, componentBitmapBitLength) in PackageParserV1()
|
H A D | package_parser.cpp | 40 componentBitmapBitLength, &deviceIdRecHeader, &applicableComponents, in parseFDIdentificationArea() 318 ComponentBitmapBitLength componentBitmapBitLength = in parsePkgHeader() local 321 pkgHdrSize, utils::toString(pkgVersion), componentBitmapBitLength); in parsePkgHeader()
|
/openbmc/phosphor-bmc-code-mgmt/common/pldm/ |
H A D | package_parser.hpp | 51 ComponentBitmapBitLength componentBitmapBitLength) : in PackageParser() argument 53 componentBitmapBitLength(componentBitmapBitLength) in PackageParser() 143 const ComponentBitmapBitLength componentBitmapBitLength; member in pldm::fw_update::PackageParser 171 ComponentBitmapBitLength componentBitmapBitLength) : in PackageParserV1() argument 172 PackageParser(pkgHeaderSize, pkgVersion, componentBitmapBitLength) in PackageParserV1()
|
H A D | package_parser.cpp | 60 componentBitmapBitLength, &deviceIdRecHeader, &applicableComponents, in parseFDIdentificationArea() 338 ComponentBitmapBitLength componentBitmapBitLength = in parsePackageHeader() local 341 pkgHdrSize, utils::toString(pkgVersion), componentBitmapBitLength); in parsePackageHeader()
|
/openbmc/phosphor-bmc-code-mgmt/test/create_package/ |
H A D | firmware_device_id_area.cpp | 104 uint16_t componentBitmapBitLength) in create_pldm_firmware_device_identification_record() argument 134 for (int j = 0; j < (componentBitmapBitLength / 8); j++) in create_pldm_firmware_device_identification_record() 167 uint16_t componentBitmapBitLength) in create_pldm_firmware_device_identification_area_v1_0_0() argument 173 b, i, optVendorIANA, optCompatible, componentBitmapBitLength); in create_pldm_firmware_device_identification_area_v1_0_0()
|
H A D | firmware_device_id_area.hpp | 12 uint16_t componentBitmapBitLength); 17 uint16_t componentBitmapBitLength);
|
H A D | create_pldm_fw_package.cpp | 50 const uint16_t componentBitmapBitLength = 8; in create_pldm_package_buffer() local 51 b[i++] = componentBitmapBitLength; in create_pldm_package_buffer() 70 b, i, optVendorIANA, optCompatible, componentBitmapBitLength); in create_pldm_package_buffer()
|
/openbmc/libpldm/tests/dsp/ |
H A D | firmware_update.cpp | 59 constexpr uint16_t componentBitmapBitLength = 8; in TEST() local 88 EXPECT_EQ(pkgHeader.component_bitmap_bit_length, componentBitmapBitLength); in TEST() 189 constexpr uint16_t componentBitmapBitLength = 16; in TEST() local 205 (componentBitmapBitLength / PLDM_FWUP_COMPONENT_BITMAP_MULTIPLE) + in TEST() 223 record.data(), record.size(), componentBitmapBitLength, in TEST() 281 constexpr uint16_t componentBitmapBitLength = 8; in TEST() local 295 (componentBitmapBitLength / PLDM_FWUP_COMPONENT_BITMAP_MULTIPLE) + in TEST() 314 record.data(), record.size(), componentBitmapBitLength, in TEST() 366 constexpr uint16_t componentBitmapBitLength = 8; in TEST() local 379 nullptr, invalidRecord1.size(), componentBitmapBitLength, in TEST() [all...] |