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

/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacexcep.h67 #define EXCEP_TBL(code) ((ACPI_STATUS) (code | AE_CODE_ACPI_TABLES)) macro
155 #define AE_BAD_SIGNATURE EXCEP_TBL (0x0001)
156 #define AE_BAD_HEADER EXCEP_TBL (0x0002)
157 #define AE_BAD_CHECKSUM EXCEP_TBL (0x0003)
158 #define AE_BAD_VALUE EXCEP_TBL (0x0004)
159 #define AE_INVALID_TABLE_LENGTH EXCEP_TBL (0x0005)

Completed in 92 milliseconds