Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslerror.c1381 ASL_LOCATION_NODE *CurrentErrorLocation; in AslIsExceptionExpected() local
1408 CurrentErrorLocation = Current->LocationList; in AslIsExceptionExpected()
1410 while (CurrentErrorLocation) in AslIsExceptionExpected()
1412 if (!strcmp (CurrentErrorLocation->Filename, Filename) && in AslIsExceptionExpected()
1413 CurrentErrorLocation->LineNumber == LineNumber) in AslIsExceptionExpected()
1415 return (CurrentErrorLocation->MessageReceived = TRUE); in AslIsExceptionExpected()
1418 CurrentErrorLocation = CurrentErrorLocation->Next; in AslIsExceptionExpected()