Home | History | Annotate | Download | only in compiler

Lines Matching refs:Exception

440  * PARAMETERS:  MessageId               - ASL message ID (exception code) to be
443 * RETURN: A string containing the exception message text.
467 return ("[Unknown iASL Compiler exception ID]");
480 return ("[Unknown iASL Table Compiler exception ID]");
493 return ("[Unknown iASL Preprocessor exception ID]");
501 return ("[Unknown iASL exception ID]");
529 return ("Unknown exception level");
548 * MessageId - ASL exception code to be formatted
550 * RETURN: Fully encoded exception code
552 * DESCRIPTION: Build the full exception code from the error level and the
581 * DESCRIPTION: Decode and display an iASL exception code. Note1: a
587 #define AH_DISPLAY_ASL_EXCEPTION_TEXT(Status, Exception) \
588 printf ("%.4X: %s\n", Status, Exception)
606 * exception codes.
610 printf ("All defined iASL exception codes:\n\n");
615 /* Display codes in each block of exception types */