Searched refs:ACPI_ARRAY_LENGTH (Results 1 – 4 of 4) sorted by relevance
429 if (Index >= ACPI_ARRAY_LENGTH (AslCompilerMsgs)) in AeDecodeMessageId()442 if (Index >= ACPI_ARRAY_LENGTH (AslTableCompilerMsgs)) in AeDecodeMessageId()455 if (Index >= ACPI_ARRAY_LENGTH (AslPreprocessorMsgs)) in AeDecodeMessageId()491 if (Level >= ACPI_ARRAY_LENGTH (AslErrorLevel)) in AeDecodeExceptionLevel()
218 #define ACPI_PORT_INFO_ENTRIES ACPI_ARRAY_LENGTH (AcpiProtectedPorts)
271 i < (ACPI_ARRAY_LENGTH (AcpiDefaultSupportedInterfaces) - 1); in AcpiUtInitializeInterfaces()
648 #define ACPI_ARRAY_LENGTH(x) (sizeof(x) / sizeof((x)[0])) macro