Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslerror.c1130 ASL_LOCATION_NODE *LocationNode; in AslCheckExpectedExceptions() local
1144 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()