Home
last modified time | relevance | path

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

/linux-4.4.14/include/acpi/
Dacexcep.h65 #define EXCEP_PGM(code) ((acpi_status) (code | AE_CODE_PROGRAMMER)) macro
135 #define AE_BAD_PARAMETER EXCEP_PGM (0x0001)
136 #define AE_BAD_CHARACTER EXCEP_PGM (0x0002)
137 #define AE_BAD_PATHNAME EXCEP_PGM (0x0003)
138 #define AE_BAD_DATA EXCEP_PGM (0x0004)
139 #define AE_BAD_HEX_CONSTANT EXCEP_PGM (0x0005)
140 #define AE_BAD_OCTAL_CONSTANT EXCEP_PGM (0x0006)
141 #define AE_BAD_DECIMAL_CONSTANT EXCEP_PGM (0x0007)
142 #define AE_MISSING_ARGUMENTS EXCEP_PGM (0x0008)
143 #define AE_BAD_ADDRESS EXCEP_PGM (0x0009)