Lines Matching refs:MessageId
344 UINT16 MessageId) in AeDecodeMessageId() argument
352 if (MessageId <= ASL_MSG_MAIN_COMPILER_END) in AeDecodeMessageId()
355 Index = MessageId; in AeDecodeMessageId()
365 else if (MessageId <= ASL_MSG_TABLE_COMPILER_END) in AeDecodeMessageId()
368 Index = MessageId - ASL_MSG_TABLE_COMPILER; in AeDecodeMessageId()
378 else if (MessageId <= ASL_MSG_PREPROCESSOR_END) in AeDecodeMessageId()
381 Index = MessageId - ASL_MSG_PREPROCESSOR; in AeDecodeMessageId()
452 UINT16 MessageId) in AeBuildFullExceptionCode() argument
459 return (((Level + 1) * 1000) + MessageId); in AeBuildFullExceptionCode()
491 UINT32 MessageId; in AhDecodeAslException() local
532 MessageId = strtol (HexString, NULL, 16); in AhDecodeAslException()
533 OneException = AeDecodeMessageId ((UINT16) MessageId); in AhDecodeAslException()
534 AH_DISPLAY_ASL_EXCEPTION_TEXT (MessageId, OneException); in AhDecodeAslException()