Home
last modified time | relevance | path

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

/acpica-latest/source/tools/acpihelp/
Dahdecode.c741 const ACPI_EXCEPTION_INFO *ExceptionInfo; in AhDecodeException() local
763 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in AhDecodeException()
764 if (ExceptionInfo) in AhDecodeException()
766 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo); in AhDecodeException()
771 } while (ExceptionInfo); in AhDecodeException()
791 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in AhDecodeException()
792 if (!ExceptionInfo) in AhDecodeException()
798 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo); in AhDecodeException()
/acpica-latest/source/compiler/
Daslutils.c1120 const ACPI_EXCEPTION_INFO *ExceptionInfo; in UtDoConstant() local
1126 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in UtDoConstant()
1128 ExceptionInfo->Description); in UtDoConstant()