Searched refs:LocationList (Results 1 – 2 of 2) sorted by relevance
1144 LocationNode = Current->LocationList; in AslCheckExpectedExceptions()1263 NewErrorLocationNode->Next = Current->LocationList; in AslLogExpectedExceptionByLine()1264 Current->LocationList = NewErrorLocationNode; in AslLogExpectedExceptionByLine()1408 CurrentErrorLocation = Current->LocationList; in AslIsExceptionExpected()
400 struct asl_location_node *LocationList; member