Home
last modified time | relevance | path

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

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