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

/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacexcep.h85 #define EXCEP_TXT(Name,Description) {Name, Description} macro
87 #define EXCEP_TXT(Name,Description) {Name} macro
250 EXCEP_TXT ("AE_OK", "No error"),
251 EXCEP_TXT ("AE_ERROR", "Unspecified error"),
252 EXCEP_TXT ("AE_NO_ACPI_TABLES", "ACPI tables could not be found"),
253 EXCEP_TXT ("AE_NO_NAMESPACE", "A namespace has not been loaded"),
254 EXCEP_TXT ("AE_NO_MEMORY", "Insufficient dynamic memory"),
255 EXCEP_TXT ("AE_NOT_FOUND", "A requested entity is not found"),
256 EXCEP_TXT ("AE_NOT_EXIST", "A required entity does not exist"),
257 EXCEP_TXT ("AE_ALREADY_EXIST
[all...]

Completed in 94 milliseconds