Searched refs:componentBitmapBitLength (Results 1 – 7 of 7) sorted by relevance
| /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 | 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 | 58 componentBitmapBitLength, &deviceIdRecHeader, &applicableComponents, in parseFDIdentificationArea() 336 ComponentBitmapBitLength componentBitmapBitLength = in parsePackageHeader() local 339 pkgHdrSize, utils::toString(pkgVersion), componentBitmapBitLength); in parsePackageHeader()
|
| /openbmc/phosphor-bmc-code-mgmt/test/create_package/ |
| H A D | firmware_device_id_area.hpp | 12 uint16_t componentBitmapBitLength); 17 uint16_t componentBitmapBitLength);
|
| 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 | 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()
|