Searched refs:AE_CODE_ACPI_TABLES (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutexcep.c217 case AE_CODE_ACPI_TABLES:
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacexcep.h125 #define AE_CODE_ACPI_TABLES 0x2000 macro
192 #define AE_BAD_SIGNATURE (ACPI_STATUS) (0x0001 | AE_CODE_ACPI_TABLES)
193 #define AE_BAD_HEADER (ACPI_STATUS) (0x0002 | AE_CODE_ACPI_TABLES)
194 #define AE_BAD_CHECKSUM (ACPI_STATUS) (0x0003 | AE_CODE_ACPI_TABLES)
195 #define AE_BAD_VALUE (ACPI_STATUS) (0x0004 | AE_CODE_ACPI_TABLES)
196 #define AE_INVALID_TABLE_LENGTH (ACPI_STATUS) (0x0005 | AE_CODE_ACPI_TABLES)

Completed in 32 milliseconds