Home | History | Annotate | Download | only in compiler

Lines Matching defs:ParentPath

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