Home
last modified time | relevance | path

Searched refs:ParentPath (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Daslxrefout.c343 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()
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/common/
H A Ddmextern.c309 char *ParentPath; in AcpiDmNormalizeParentPrefix() local
356 ParentPath = AcpiNsGetExternalPathname (Node); in AcpiDmNormalizeParentPrefix()
357 if (!ParentPath) in AcpiDmNormalizeParentPrefix()
362 Length = (strlen (ParentPath) + strlen (Path) + 1); in AcpiDmNormalizeParentPrefix()
363 if (ParentPath[1]) in AcpiDmNormalizeParentPrefix()
373 if (*ParentPath == AML_ROOT_PREFIX) in AcpiDmNormalizeParentPrefix()
391 strcpy (Fullpath, &ParentPath[Index]); in AcpiDmNormalizeParentPrefix()
397 if (ParentPath[1]) in AcpiDmNormalizeParentPrefix()
407 ACPI_FREE (ParentPath); in AcpiDmNormalizeParentPrefix()
/dflybsd-src/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbcmds.c1019 char *ParentPath; in AcpiDbDeviceResources() local
1025 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDeviceResources()
1026 if (!ParentPath) in AcpiDbDeviceResources()
1047 AcpiOsPrintf ("\nDevice: %s\n", ParentPath); in AcpiDbDeviceResources()
1235 ACPI_FREE (ParentPath); in AcpiDbDeviceResources()