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

/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslerror.c1231 ASL_LOCATION_NODE *NewErrorLocationNode; local
1236 NewErrorLocationNode = UtLocalCalloc (sizeof (ASL_LOCATION_NODE));
1238 NewErrorLocationNode->LineNumber = AslGbl_CurrentLineNumber;
1239 NewErrorLocationNode->Filename = AslGbl_Files[ASL_FILE_INPUT].Filename;
1240 NewErrorLocationNode->LogicalByteOffset = AslGbl_CurrentLineOffset;
1241 NewErrorLocationNode->Column = AslGbl_CurrentColumn;
1263 NewErrorLocationNode->Next = Current->LocationList;
1264 Current->LocationList = NewErrorLocationNode;

Completed in 166 milliseconds