Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp50 EFI_ARM_ERROR_INFORMATION_ENTRY* errInfo; in decodeSecArm() local
54 errInfo = reinterpret_cast<EFI_ARM_ERROR_INFORMATION_ENTRY*>(proc + 1); in decodeSecArm()
67 errInfo + proc->ErrInfoNum); in decodeSecArm()
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.hpp36 void processIplErrorCallback(const ipl_error_info& errInfo);
H A Dphal_error.cpp211 static void processPlatBootError(const ipl_error_info& errInfo);
424 void processIplErrorCallback(const ipl_error_info& errInfo) in processIplErrorCallback() argument
429 errInfo.type)) in processIplErrorCallback()
432 switch (errInfo.type) in processIplErrorCallback()
448 processPlatBootError(errInfo); in processIplErrorCallback()
806 void processPlatBootError(const ipl_error_info& errInfo) in processPlatBootError() argument
811 FFDC* ffdc = reinterpret_cast<FFDC*>(errInfo.private_data); in processPlatBootError()