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

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

Completed in 110 milliseconds