Lines Matching refs:MessageIdString
1180 char *MessageIdString) in AslLogExpectedException() argument
1187 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslLogExpectedException()
1192 MessageIdString); in AslLogExpectedException()
1206 AslGbl_ExpectedMessages[AslGbl_ExpectedMessagesIndex].MessageIdStr = MessageIdString; in AslLogExpectedException()
1229 char *MessageIdString) in AslLogExpectedExceptionByLine() argument
1243 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslLogExpectedExceptionByLine()
1258 Current->MessageIdStr = MessageIdString; in AslLogExpectedExceptionByLine()
1282 char *MessageIdString) in AslDisableException() argument
1289 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslDisableException()
1294 MessageIdString); in AslDisableException()
1328 char *MessageIdString) in AslElevateException() argument
1335 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslElevateException()
1340 MessageIdString); in AslElevateException()