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

/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacexcep.h66 #define EXCEP_PGM(code) ((ACPI_STATUS) (code | AE_CODE_PROGRAMMER)) macro
139 #define AE_BAD_PARAMETER EXCEP_PGM (0x0001)
140 #define AE_BAD_CHARACTER EXCEP_PGM (0x0002)
141 #define AE_BAD_PATHNAME EXCEP_PGM (0x0003)
142 #define AE_BAD_DATA EXCEP_PGM (0x0004)
143 #define AE_BAD_HEX_CONSTANT EXCEP_PGM (0x0005)
144 #define AE_BAD_OCTAL_CONSTANT EXCEP_PGM (0x0006)
145 #define AE_BAD_DECIMAL_CONSTANT EXCEP_PGM (0x0007)
146 #define AE_MISSING_ARGUMENTS EXCEP_PGM (0x0008)
147 #define AE_BAD_ADDRESS EXCEP_PGM (
[all...]

Completed in 99 milliseconds