Home
last modified time | relevance | path

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

/acpica-3.6.0/source/compiler/
Daslmessages.c465 if (Index >= ACPI_ARRAY_LENGTH (AslCompilerMsgs)) in AeDecodeMessageId()
478 if (Index >= ACPI_ARRAY_LENGTH (AslTableCompilerMsgs)) in AeDecodeMessageId()
491 if (Index >= ACPI_ARRAY_LENGTH (AslPreprocessorMsgs)) in AeDecodeMessageId()
527 if (Level >= ACPI_ARRAY_LENGTH (AslErrorLevel)) in AeDecodeExceptionLevel()
617 for (i = 1; Index < ACPI_ARRAY_LENGTH (AslCompilerMsgs); i++, Index++) in AhDecodeAslException()
624 for (i = 0; i < ACPI_ARRAY_LENGTH (AslTableCompilerMsgs); i++, Index++) in AhDecodeAslException()
631 for (i = 0; i < ACPI_ARRAY_LENGTH (AslPreprocessorMsgs); i++, Index++) in AhDecodeAslException()
/acpica-3.6.0/source/tools/acpiexec/
Daeinstall.c291 for (i = 0; i < ACPI_ARRAY_LENGTH (DefaultSpaceIdList); i++) in AeOverrideRegionHandlers()
335 for (i = 0; i < ACPI_ARRAY_LENGTH (SpaceIdList); i++) in AeInstallRegionHandlers()
/acpica-3.6.0/source/components/hardware/
Dhwvalid.c218 #define ACPI_PORT_INFO_ENTRIES ACPI_ARRAY_LENGTH (AcpiProtectedPorts)
/acpica-3.6.0/source/components/debugger/
Ddbdisply.c1169 for (i = 0; i < ACPI_ARRAY_LENGTH (AcpiGbl_SpaceIdList); i++) in AcpiDbDisplayHandlers()
1242 for (i = 0; i < ACPI_ARRAY_LENGTH (AcpiGbl_HandlerList); i++) in AcpiDbDisplayHandlers()
/acpica-3.6.0/source/components/utilities/
Dutosi.c276 i < (ACPI_ARRAY_LENGTH (AcpiDefaultSupportedInterfaces) - 1); in AcpiUtInitializeInterfaces()
/acpica-3.6.0/source/include/
Dactypes.h648 #define ACPI_ARRAY_LENGTH(x) (sizeof(x) / sizeof((x)[0])) macro