Home
last modified time | relevance | path

Searched refs:recordDescriptors (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/fw-update/
H A Dpackage_parser.cpp35 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/libpldm/tests/dsp/
H A Dfirmware_update.cpp219 variable_field recordDescriptors{}; in TEST() local
225 &recordDescriptors, &outFwDevicePkgData); in TEST()
256 rc = decode_descriptor_type_length_value(recordDescriptors.ptr, in TEST()
257 recordDescriptors.length, in TEST()
260 EXPECT_EQ(recordDescriptors.length, sizeof(descriptorType) + in TEST()
310 variable_field recordDescriptors{}; in TEST() local
316 &recordDescriptors, &outFwDevicePkgData); in TEST()
347 rc = decode_descriptor_type_length_value(recordDescriptors.ptr, in TEST()
348 recordDescriptors.length, in TEST()
351 EXPECT_EQ(recordDescriptors.length, sizeof(descriptorType) + in TEST()
[all …]