Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A 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()
/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c218 #define ACPI_PORT_INFO_ENTRIES ACPI_ARRAY_LENGTH (AcpiProtectedPorts)
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A 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()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutosi.c276 i < (ACPI_ARRAY_LENGTH (AcpiDefaultSupportedInterfaces) - 1); in AcpiUtInitializeInterfaces()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h648 #define ACPI_ARRAY_LENGTH(x) (sizeof(x) / sizeof((x)[0])) macro