Searched refs:EXCEP_PGM (Results 1 – 1 of 1) sorted by relevance
174 #define EXCEP_PGM(code) ((ACPI_STATUS) (code | AE_CODE_PROGRAMMER)) macro259 #define AE_BAD_PARAMETER EXCEP_PGM (0x0001)260 #define AE_BAD_CHARACTER EXCEP_PGM (0x0002)261 #define AE_BAD_PATHNAME EXCEP_PGM (0x0003)262 #define AE_BAD_DATA EXCEP_PGM (0x0004)263 #define AE_BAD_HEX_CONSTANT EXCEP_PGM (0x0005)264 #define AE_BAD_OCTAL_CONSTANT EXCEP_PGM (0x0006)265 #define AE_BAD_DECIMAL_CONSTANT EXCEP_PGM (0x0007)266 #define AE_MISSING_ARGUMENTS EXCEP_PGM (0x0008)267 #define AE_BAD_ADDRESS EXCEP_PGM (0x0009)