Searched refs:recordDescriptors (Results 1 – 2 of 2) sorted by relevance
| /openbmc/pldm/fw-update/ |
| H A D | package_parser.cpp | 35 variable_field recordDescriptors{}; in parseFDIdentificationArea() local 41 &compImageSetVersionStr, &recordDescriptors, &fwDevicePkgData); in parseFDIdentificationArea() 52 (recordDescriptors.length > 0)) in parseFDIdentificationArea() 58 recordDescriptors.ptr, recordDescriptors.length, in parseFDIdentificationArea() 64 "TYPE", descriptorType, "LENGTH", recordDescriptors.length, in parseFDIdentificationArea() 90 recordDescriptors.length, "RC", rc); in parseFDIdentificationArea() 107 recordDescriptors.ptr += nextDescriptorOffset; in parseFDIdentificationArea() 108 recordDescriptors.length -= nextDescriptorOffset; in parseFDIdentificationArea()
|
| /openbmc/phosphor-bmc-code-mgmt/common/pldm/ |
| H A D | package_parser.cpp | 53 variable_field recordDescriptors{}; in parseFDIdentificationArea() local 59 &compImageSetVersionStr, &recordDescriptors, &fwDevicePkgData); in parseFDIdentificationArea() 70 (recordDescriptors.length > 0)) in parseFDIdentificationArea() 76 recordDescriptors.ptr, recordDescriptors.length, in parseFDIdentificationArea() 82 "TYPE", descriptorType, "LENGTH", recordDescriptors.length, in parseFDIdentificationArea() 108 recordDescriptors.length, "RC", rc); in parseFDIdentificationArea() 125 recordDescriptors.ptr += nextDescriptorOffset; in parseFDIdentificationArea() 126 recordDescriptors.length -= nextDescriptorOffset; in parseFDIdentificationArea()
|