Searched refs:ExceptionInfo (Results 1 – 2 of 2) sorted by relevance
741 const ACPI_EXCEPTION_INFO *ExceptionInfo; in AhDecodeException() local763 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()
1120 const ACPI_EXCEPTION_INFO *ExceptionInfo; in UtDoConstant() local1126 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in UtDoConstant()1128 ExceptionInfo->Description); in UtDoConstant()