Home
last modified time | relevance | path

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

/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);
423 void processIplErrorCallback(const ipl_error_info& errInfo) in processIplErrorCallback() argument
428 errInfo.type)) in processIplErrorCallback()
431 switch (errInfo.type) in processIplErrorCallback()
447 processPlatBootError(errInfo); in processIplErrorCallback()
794 void processPlatBootError(const ipl_error_info& errInfo) in processPlatBootError() argument
799 FFDC* ffdc = reinterpret_cast<FFDC*>(errInfo.private_data); in processPlatBootError()