Searched refs:LocationNode (Results 1 – 1 of 1) sorted by relevance
1130 ASL_LOCATION_NODE *LocationNode; in AslCheckExpectedExceptions() local1144 LocationNode = Current->LocationList; in AslCheckExpectedExceptions()1146 while (LocationNode) in AslCheckExpectedExceptions()1148 if (!LocationNode->MessageReceived) in AslCheckExpectedExceptions()1151 LocationNode->LineNumber, LocationNode->LineNumber, in AslCheckExpectedExceptions()1152 LocationNode->LogicalByteOffset, LocationNode->Column, in AslCheckExpectedExceptions()1153 LocationNode->Filename, Current->MessageIdStr); in AslCheckExpectedExceptions()1156 LocationNode = LocationNode->Next; in AslCheckExpectedExceptions()