Home
last modified time | relevance | path

Searched refs:MessageIdString (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslerror.c1124 char *MessageIdString) in AslExpectException() argument
1131 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslExpectException()
1136 MessageIdString); in AslExpectException()
1150 AslGbl_ExpectedMessages[AslGbl_ExpectedMessagesIndex].MessageIdStr = MessageIdString; in AslExpectException()
1171 char *MessageIdString) in AslDisableException() argument
1178 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslDisableException()
1183 MessageIdString); in AslDisableException()
1217 char *MessageIdString) in AslElevateException() argument
1224 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0); in AslElevateException()
1229 MessageIdString); in AslElevateException()
H A Daslcompiler.h475 char *MessageIdString);
479 char *MessageIdString);
483 char *MessageIdString);