Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/tools/acpihelp/
A Dahdecode.c1006 const ACPI_EXCEPTION_INFO *ExceptionInfo; in AhDecodeException() local
1028 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