Lines Matching refs:MessageIdString
1072 char *MessageIdString) in AslLogExpectedException() argument
1079 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslLogExpectedException()
1084 MessageIdString); in AslLogExpectedException()
1098 AslGbl_ExpectedMessages[AslGbl_ExpectedMessagesIndex].MessageIdStr = MessageIdString; in AslLogExpectedException()
1121 char *MessageIdString) in AslLogExpectedExceptionByLine() argument
1135 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslLogExpectedExceptionByLine()
1150 Current->MessageIdStr = MessageIdString; in AslLogExpectedExceptionByLine()
1174 char *MessageIdString) in AslDisableException() argument
1181 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslDisableException()
1186 MessageIdString); in AslDisableException()
1220 char *MessageIdString) in AslElevateException() argument
1227 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslElevateException()
1232 MessageIdString); in AslElevateException()