Searched refs:ExceptionInfo (Results 1 – 6 of 6) sorted by relevance
633 const ACPI_EXCEPTION_INFO *ExceptionInfo; in AhDecodeException() local655 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in AhDecodeException()656 if (ExceptionInfo) in AhDecodeException()658 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo); in AhDecodeException()663 } while (ExceptionInfo); in AhDecodeException()683 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in AhDecodeException()684 if (!ExceptionInfo) in AhDecodeException()690 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo); in AhDecodeException()
264 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() argument269 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()290 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()296 RetCode, reinterpret_cast<uintptr_t>(ExceptionInfo)); in ExceptionHandler()
33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() argument34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
1012 const ACPI_EXCEPTION_INFO *ExceptionInfo; in UtDoConstant() local1018 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in UtDoConstant()1020 ExceptionInfo->Description); in UtDoConstant()
88 exception_filter (EXCEPTION_POINTERS *ExceptionInfo)90 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
727 WriteWindowsDumpFile(PMINIDUMP_EXCEPTION_INFORMATION ExceptionInfo) {800 FileHandle, DumpType, ExceptionInfo, NULL, NULL))819 MINIDUMP_EXCEPTION_INFORMATION ExceptionInfo;820 ExceptionInfo.ThreadId = ::GetCurrentThreadId();821 ExceptionInfo.ExceptionPointers = ep;822 ExceptionInfo.ClientPointers = FALSE;824 if (std::error_code EC = WriteWindowsDumpFile(&ExceptionInfo))