Lines Matching refs:ParentPath
343 char *ParentPath; in OtXrefWalkPart1() local
371 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart1()
374 ParentPath, AcpiUtGetTypeName (Node->Type)); in OtXrefWalkPart1()
375 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
437 ParentPath = AcpiNsGetNormalizedPathname ( in OtXrefWalkPart1()
441 Length, ParentPath); in OtXrefWalkPart1()
442 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
452 ParentPath = AcpiNsGetNormalizedPathname ( in OtXrefWalkPart1()
457 ParentPath); in OtXrefWalkPart1()
458 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
485 ParentPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE); in OtXrefWalkPart1()
489 Op->Asl.LogicalLineNumber, ParentPath, in OtXrefWalkPart1()
492 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
592 char *ParentPath; in OtXrefWalkPart2() local
612 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart2()
616 Op->Asl.LogicalLineNumber, ParentPath, in OtXrefWalkPart2()
636 XrefInfo->ThisMethodInvocations, ParentPath); in OtXrefWalkPart2()
639 ACPI_FREE (ParentPath); in OtXrefWalkPart2()
740 char *ParentPath; in OtXrefWalkPart3() local
778 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart3()
782 Op->Asl.LogicalLineNumber, ParentPath, in OtXrefWalkPart3()
784 ACPI_FREE (ParentPath); in OtXrefWalkPart3()
803 XrefInfo->ThisObjectReferences, ParentPath); in OtXrefWalkPart3()