Home
last modified time | relevance | path

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

/acpica-latest/source/tools/acpiexec/
Daeexception.c191 ACPI_STATUS NewAmlStatus = AmlStatus; in AeExceptionHandler() local
269 NewAmlStatus = (ACPI_STATUS) in AeExceptionHandler()
290 NewAmlStatus = AE_OK; in AeExceptionHandler()
292 if (NewAmlStatus != AmlStatus) in AeExceptionHandler()
298 AcpiFormatException (NewAmlStatus)); in AeExceptionHandler()
301 return (NewAmlStatus); in AeExceptionHandler()