Searched refs:AE_LIMIT (Results 1 – 18 of 18) sorted by relevance
/acpica-latest/source/os_specific/service_layers/ |
D | oswintbl.c | 306 return (AE_LIMIT); in AcpiOsGetTableByIndex() 328 Status = AE_LIMIT; in AcpiOsGetTableByIndex() 466 return (AE_LIMIT); in WindowsGetTableFromRegistry() 645 return (AE_LIMIT); in AcpiOsGetTableByName()
|
D | osbsdtbl.c | 325 return (AE_LIMIT); in AcpiOsGetTableByName() 434 return (AE_LIMIT); in AcpiOsGetTableByIndex() 785 return (AE_LIMIT); in OslGetTableViaRoot()
|
D | oswinxf.c | 913 ACPI_EXCEPTION ((AE_INFO, AE_LIMIT, in AcpiOsCreateSemaphore() 916 return (AE_LIMIT); in AcpiOsCreateSemaphore() 1107 return (AE_LIMIT); in AcpiOsSignalSemaphore()
|
D | oslinuxtbl.c | 440 if (ACPI_FAILURE (Status) && Status == AE_LIMIT) in AcpiOsGetTableByName() 579 return (AE_LIMIT); in AcpiOsGetTableByIndex() 1233 return (AE_LIMIT); in OslGetBiosTable() 1684 return (AE_LIMIT); in OslGetCustomizedTable()
|
D | osunixxf.c | 1131 return (AE_LIMIT); in AcpiOsSignalSemaphore()
|
/acpica-latest/source/tools/acpidump/ |
D | apdump.c | 381 if (Status == AE_LIMIT) in ApDumpAllTables() 522 if (Status == AE_LIMIT) in ApDumpTableByName()
|
/acpica-latest/source/components/events/ |
D | evgpe.c | 341 return_ACPI_STATUS (AE_LIMIT); in AcpiEvAddGpeReference() 395 return_ACPI_STATUS (AE_LIMIT); in AcpiEvRemoveGpeReference()
|
/acpica-latest/source/compiler/ |
D | aslerror.c | 1202 return (AE_LIMIT); in AslLogExpectedException() 1304 return (AE_LIMIT); in AslDisableException() 1350 return (AE_LIMIT); in AslElevateException()
|
D | dttemplate.c | 280 Status = AE_LIMIT; in DtCreateTemplates()
|
D | dttable2.c | 2506 return (AE_LIMIT); in DtCompileSlit()
|
/acpica-latest/source/os_specific/efi/ |
D | osefitbl.c | 474 return (AE_LIMIT); in AcpiOsGetTableByIndex() 1028 return (AE_LIMIT); in OslGetTable()
|
/acpica-latest/source/components/hardware/ |
D | hwvalid.c | 278 return_ACPI_STATUS (AE_LIMIT); in AcpiHwValidateIoRequest()
|
/acpica-latest/source/include/ |
D | acexcep.h | 232 #define AE_LIMIT EXCEP_ENV (0x0010) macro
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0297_ACTIONS_REQUIRED/ |
D | DECL.asl | 31 * SUMMARY: After AE_LIMIT the further work of ACPICA mutex framework looks unstable 503 CH04 (__METHOD__, 0x01, 0x12, 0x00, __LINE__, 0x00, 0x00) /* AE_LIMIT */
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/synchronization/ |
D | mutex2.asl | 238 * arg0 - if to force AE_LIMIT by exceeding the maximal number of created mutexes 600 CH04 (__METHOD__, 0x01, 0x12, Z150, __LINE__, 0x00, 0x00) /* AE_LIMIT */ 2466 * To see if the mutex-es framework can continue working after AE_LIMIT. 2467 * Now, after AE_LIMIT, it looks can't actually restore -- many messages 2471 * **** AcpiExec: Exception AE_LIMIT during execution of method [M369] Opcode [Mutex] @E2
|
/acpica-latest/tests/aslts/src/runtime/cntl/ |
D | ehandle.asl | 198 "AE_LIMIT"
|
D | runmode.asl | 282 … Name (Y297, 0x00) /* After AE_LIMIT the further work of ACPICA mutex framework looks unstable */
|
/acpica-latest/tests/aslts/adm/BugState/ |
D | ALLBUGS | 304 297| I | | | | 100 | After AE_LIMIT the further work of ACPICA mutex…
|