Searched refs:NewErrorLocationNode (Results 1 – 1 of 1) sorted by relevance
1231 ASL_LOCATION_NODE *NewErrorLocationNode; in AslLogExpectedExceptionByLine() local1236 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()