Searched refs:errInfo (Results 1 – 3 of 3) sorted by relevance
50 EFI_ARM_ERROR_INFORMATION_ENTRY* errInfo; in decodeSecArm() local54 errInfo = reinterpret_cast<EFI_ARM_ERROR_INFORMATION_ENTRY*>(proc + 1); in decodeSecArm()67 errInfo + proc->ErrInfoNum); in decodeSecArm()
36 void processIplErrorCallback(const ipl_error_info& errInfo);
211 static void processPlatBootError(const ipl_error_info& errInfo);424 void processIplErrorCallback(const ipl_error_info& errInfo) in processIplErrorCallback() argument429 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() argument811 FFDC* ffdc = reinterpret_cast<FFDC*>(errInfo.private_data); in processPlatBootError()