Home
last modified time | relevance | path

Searched refs:componentBitmapBitLength (Results 1 – 7 of 7) sorted by relevance

/openbmc/pldm/fw-update/
H A Dpackage_parser.hpp49 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 Dpackage_parser.cpp40 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 Dpackage_parser.hpp49 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 Dpackage_parser.cpp58 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 Dfirmware_device_id_area.hpp12 uint16_t componentBitmapBitLength);
17 uint16_t componentBitmapBitLength);
H A Dfirmware_device_id_area.cpp104 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 Dcreate_pldm_fw_package.cpp50 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()