Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslmessages.c162 const char *AslErrorLevel [ASL_NUM_REPORT_LEVELS] = {
173 const char *AslErrorLevelIde [ASL_NUM_REPORT_LEVELS] = {
H A Daslglobal.h172 UINT32 Gbl_ExceptionCount[ASL_NUM_REPORT_LEVELS] = {0,0,0,0,0,0};
228 extern UINT32 Gbl_ExceptionCount[ASL_NUM_REPORT_LEVELS];
H A Daslmessages.h166 ASL_NUM_REPORT_LEVELS enumerator
H A Daslstartup.c225 for (i = 0; i < ASL_NUM_REPORT_LEVELS; i++) in AslInitializeGlobals()