Searched refs:ExceptionInfo (Results 1 – 1 of 1) sorted by relevance
1006 const ACPI_EXCEPTION_INFO *ExceptionInfo; in AhDecodeException() local1028 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in AhDecodeException()1029 if (ExceptionInfo) in AhDecodeException()1031 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo); in AhDecodeException()1036 } while (ExceptionInfo); in AhDecodeException()1056 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in AhDecodeException()1057 if (!ExceptionInfo) in AhDecodeException()1063 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo); in AhDecodeException()
Completed in 3 milliseconds