Searched refs:CurrentErrorLocation (Results 1 – 1 of 1) sorted by relevance
1273 ASL_LOCATION_NODE *CurrentErrorLocation; in AslIsExceptionExpected() local1300 CurrentErrorLocation = Current->LocationList; in AslIsExceptionExpected()1302 while (CurrentErrorLocation) in AslIsExceptionExpected()1304 if (!strcmp (CurrentErrorLocation->Filename, Filename) && in AslIsExceptionExpected()1305 CurrentErrorLocation->LineNumber == LineNumber) in AslIsExceptionExpected()1307 return (CurrentErrorLocation->MessageReceived = TRUE); in AslIsExceptionExpected()1310 CurrentErrorLocation = CurrentErrorLocation->Next; in AslIsExceptionExpected()