Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslerror.c1273 ASL_LOCATION_NODE *CurrentErrorLocation; in AslIsExceptionExpected() local
1300 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()