Home | History | Annotate | Download | only in acpiexec

Lines Matching defs:Exception

3  * Module Name: aeexception - Exception and signal handlers
173 * PARAMETERS: Standard exception handler parameters
177 * DESCRIPTION: System exception handler for AcpiExec utility. Called from
178 * the core ACPICA code after any exception during method
196 const char *Exception;
200 Exception = AcpiFormatException (AmlStatus);
205 "Exception %s during execution\n", Exception);
251 Arg[1].String.Pointer = ACPI_CAST_PTR (char, Exception);
252 Arg[1].String.Length = strlen (Exception);
297 "Exception override, new status %s\n\n",