Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp118 EFI_ERROR_SECTION_DESCRIPTOR* secDesc) in decodeCperSection() argument
120 long pos = basePos + secDesc->SectionOffset; in decodeCperSection()
121 char* section = new char[secDesc->SectionLength]; in decodeCperSection()
122 std::memcpy(section, &data[pos], secDesc->SectionLength); in decodeCperSection()
123 pos += secDesc->SectionLength; in decodeCperSection()
124 EFI_GUID* ptr = reinterpret_cast<EFI_GUID*>(&secDesc->SectionType); in decodeCperSection()
164 EFI_ERROR_SECTION_DESCRIPTOR* secDesc = in decodeCperRecord() local
169 std::memcpy(&secDesc[i], &data[pos], in decodeCperRecord()
177 decodeCperSection(data, basePos, ampSpecHdr, &secDesc[i]); in decodeCperRecord()
180 delete[] secDesc; in decodeCperRecord()