/acpica-3.7.0/source/components/utilities/ |
D | utexcep.c | 181 const ACPI_EXCEPTION_INFO *Exception; in AcpiFormatException() local 187 Exception = AcpiUtValidateException (Status); in AcpiFormatException() 188 if (!Exception) in AcpiFormatException() 198 return (Exception->Name); in AcpiFormatException() 223 const ACPI_EXCEPTION_INFO *Exception = NULL; in ACPI_EXPORT_SYMBOL() local 240 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus]; in ACPI_EXPORT_SYMBOL() 248 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus]; in ACPI_EXPORT_SYMBOL() 256 Exception = &AcpiGbl_ExceptionNames_Tbl [SubStatus]; in ACPI_EXPORT_SYMBOL() 264 Exception = &AcpiGbl_ExceptionNames_Aml [SubStatus]; in ACPI_EXPORT_SYMBOL() 272 Exception = &AcpiGbl_ExceptionNames_Ctrl [SubStatus]; in ACPI_EXPORT_SYMBOL() [all …]
|
/acpica-3.7.0/source/tools/acpiexec/ |
D | aeexception.c | 196 const char *Exception; in AeExceptionHandler() local 200 Exception = AcpiFormatException (AmlStatus); in AeExceptionHandler() 205 "Exception %s during execution\n", Exception); in AeExceptionHandler() 251 Arg[1].String.Pointer = ACPI_CAST_PTR (char, Exception); in AeExceptionHandler() 252 Arg[1].String.Length = strlen (Exception); in AeExceptionHandler()
|
/acpica-3.7.0/source/tools/acpihelp/ |
D | acpihelp.h | 208 #define AH_DISPLAY_EXCEPTION_TEXT(Status, Exception) \ argument 210 Exception->Name, Exception->Description)
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/synchronization/ |
D | SPEC | 34 Exception on Release. 37 Exception is expected on the second Release. 41 Exception on Release. 45 Exception on Release. 153 Exception on Acquire.
|
D | mutex2.asl | 1092 * Exception on Release. 1096 * Exception is expected on the second Release. 1147 * Exception on Release. 1274 * Exception on Release. 1300 * Exception is expected on each Release there. 2471 * **** AcpiExec: Exception AE_LIMIT during execution of method [M369] Opcode [Mutex] @E2 2472 …* ACPI Exception (utmutex-0376): AE_BAD_PARAMETER, Thread 1475 could not acquire Mutex [0] [200744… 2476 * **** AcpiExec: Exception override, new status AE_OK
|
D | mutex_proc.asl | 385 Concatenate (Local1, ", Exception expected", Local1) 520 Concatenate (Local1, ", Exception expected", Local1)
|
/acpica-3.7.0/source/compiler/ |
D | aslmessages.c | 587 #define AH_DISPLAY_ASL_EXCEPTION_TEXT(Status, Exception) \ argument 588 printf ("%.4X: %s\n", Status, Exception)
|
/acpica-3.7.0/tests/aslts/adm/BugState/ |
D | ALLBUGS_DUP | 16 …9| I | | | | | Exception on ObjectType passed with not initiali… 52 …45| I | | | | | Exception on ToDecimalString for Buffer with 51… 53 …46| I | | | | | Exception on ToHexString for Buffer with 67 ele… 76 69| I | | | | | Exception on storing the result of Mid operation 84 …77| I | | | | | Exception on ToInteger operator under specific … 92 …85| I | | | | | Exception on DeRefOf operator applied to IRef t… 94 …87| I | | | | | Exception on Switch operator applied to the res… 161 154| I | | | | | Exception occurs on attempt to rewrite Device t… 164 157| C | 397 | | | 100 | Exception while processing the empty ParameterT… 184 177| I | | 5480 | INTEGRATED | | Exception BUFFER_LIMIT occurs instead of STRING… [all …]
|
D | ALLBUGS | 16 …9| I | | | | | Exception on ObjectType passed with not initiali… 52 …45| I | | | | | Exception on ToDecimalString for Buffer with 51… 53 …46| I | | | | | Exception on ToHexString for Buffer with 67 ele… 76 69| I | | | | | Exception on storing the result of Mid operation 84 …77| I | | | | | Exception on ToInteger operator under specific … 92 …85| I | | | | | Exception on DeRefOf operator applied to IRef t… 94 …87| I | | | | | Exception on Switch operator applied to the res… 161 154| I | | | | | Exception occurs on attempt to rewrite Device t… 164 157| C | 397 | | | 100 | Exception while processing the empty ParameterT… 184 177| I | | 5480 | INTEGRATED | | Exception BUFFER_LIMIT occurs instead of STRING… [all …]
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0157/ |
D | DECL.asl | 30 * Exception occurs while executing method md00. 32 * SUMMARY: Exception while processing the empty ParameterTypes list of Method
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0150/ |
D | DECL.asl | 89 * Exception AE_AML_MUTEX_ORDER is expected in this case. 153 * Exception AE_AML_MUTEX_ORDER is expected in this case.
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/ |
D | rindecrement.asl | 332 /* Exception during preparing of Source Object */ 735 /* Exception is expected */ 828 ElseIf /* Exception is expected */ 934 ElseIf /* Exception is expected */ 1046 /* Exception is expected */
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/mt/mutex/ |
D | SPEC | 161 3. Exception is expected 164 6. Exception is expected 166 8. Exception is expected 212 7. Exception is expected
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0077/ |
D | DECL.asl | 31 * SUMMARY: Exception on ToInteger operator under specific conditions
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0069/ |
D | DECL.asl | 31 * SUMMARY: Exception on storing the result of Mid operation
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0085/ |
D | DECL.asl | 31 * SUMMARY: Exception on DeRefOf operator applied to IRef to Uninitialized element of Package
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0009/ |
D | DECL.asl | 31 * SUMMARY: Exception on ObjectType passed with not initialized values (in LocalX)
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0154/ |
D | DECL.asl | 31 * SUMMARY: Exception occurs on attempt to rewrite Device type object passed by ArgX to Method
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0215/ |
D | DECL.asl | 33 * Exception AE_BUFFER_OVERFLOW unexpectedly
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0182/ |
D | DECL.asl | 31 * SUMMARY: Exception on a specific declarations of objects of the same name
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0087/ |
D | DECL.asl | 31 * SUMMARY: Exception on Switch operator applied to the result of ToBuffer operator
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0045/ |
D | DECL.asl | 31 * SUMMARY: Exception on ToDecimalString for Buffer with 51 elements
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0046/ |
D | DECL.asl | 31 * SUMMARY: Exception on ToHexString for Buffer with 67 elements
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0177/ |
D | DECL.asl | 31 * SUMMARY: Exception BUFFER_LIMIT occurs instead of STRING_LIMIT one
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/badasl/ |
D | badasl.asl | 90 * Exception on Acquire.
|