Lines Matching refs:XrefInfo

246     ASL_XREF_INFO           XrefInfo;  in OtCreateXrefFile()  local
256 memset (&XrefInfo, 0, sizeof (ASL_XREF_INFO)); in OtCreateXrefFile()
264 OtXrefWalkPart2, NULL, &XrefInfo); in OtCreateXrefFile()
272 OtXrefWalkPart3, NULL, &XrefInfo); in OtCreateXrefFile()
280 XrefInfo.TotalPredefinedMethods + XrefInfo.TotalUserMethods); in OtCreateXrefFile()
283 XrefInfo.TotalPredefinedMethods); in OtCreateXrefFile()
287 XrefInfo.TotalUserMethods); in OtCreateXrefFile()
290 XrefInfo.TotalUnreferenceUserMethods); in OtCreateXrefFile()
294 XrefInfo.TotalObjects); in OtCreateXrefFile()
297 XrefInfo.TotalUnreferencedObjects); in OtCreateXrefFile()
590 ASL_XREF_INFO *XrefInfo = (ASL_XREF_INFO *) Context; in OtXrefWalkPart2() local
607 XrefInfo->TotalPredefinedMethods++; in OtXrefWalkPart2()
619 XrefInfo->TotalUserMethods++; in OtXrefWalkPart2()
620 XrefInfo->ThisMethodInvocations = 0; in OtXrefWalkPart2()
621 XrefInfo->MethodOp = Op; in OtXrefWalkPart2()
624 OtXrefAnalysisWalkPart2, NULL, XrefInfo); in OtXrefWalkPart2()
626 if (!XrefInfo->ThisMethodInvocations) in OtXrefWalkPart2()
630 XrefInfo->TotalUnreferenceUserMethods++; in OtXrefWalkPart2()
636 XrefInfo->ThisMethodInvocations, ParentPath); in OtXrefWalkPart2()
663 ASL_XREF_INFO *XrefInfo = (ASL_XREF_INFO *) Context; in OtXrefAnalysisWalkPart2() local
678 if (Op->Asl.Node != XrefInfo->MethodOp->Asl.Node) in OtXrefAnalysisWalkPart2()
708 XrefInfo->ThisMethodInvocations++; in OtXrefAnalysisWalkPart2()
738 ASL_XREF_INFO *XrefInfo = (ASL_XREF_INFO *) Context; in OtXrefWalkPart3() local
786 XrefInfo->MethodOp = Op; in OtXrefWalkPart3()
787 XrefInfo->ThisObjectReferences = 0; in OtXrefWalkPart3()
788 XrefInfo->TotalObjects = 0; in OtXrefWalkPart3()
791 OtXrefAnalysisWalkPart3, NULL, XrefInfo); in OtXrefWalkPart3()
793 if (!XrefInfo->ThisObjectReferences) in OtXrefWalkPart3()
797 XrefInfo->TotalUnreferencedObjects++; in OtXrefWalkPart3()
803 XrefInfo->ThisObjectReferences, ParentPath); in OtXrefWalkPart3()
828 ASL_XREF_INFO *XrefInfo = (ASL_XREF_INFO *) Context; in OtXrefAnalysisWalkPart3() local
839 XrefInfo->TotalObjects++; in OtXrefAnalysisWalkPart3()
843 if (Op == XrefInfo->MethodOp) in OtXrefAnalysisWalkPart3()
850 if (Op->Asl.Node != XrefInfo->MethodOp->Asl.Node) in OtXrefAnalysisWalkPart3()
869 if (CallerOp == XrefInfo->CurrentMethodOp) in OtXrefAnalysisWalkPart3()
919 XrefInfo->CurrentMethodOp = CallerOp; in OtXrefAnalysisWalkPart3()
920 XrefInfo->ThisObjectReferences++; in OtXrefAnalysisWalkPart3()