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

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslxrefout.c235 char *ParentPath; local
263 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
266 ParentPath, AcpiUtGetTypeName (Node->Type));
267 ACPI_FREE (ParentPath);
329 ParentPath = AcpiNsGetNormalizedPathname (
333 Length, ParentPath);
334 ACPI_FREE (ParentPath);
344 ParentPath = AcpiNsGetNormalizedPathname (
349 ParentPath);
350 ACPI_FREE (ParentPath);
484 char *ParentPath; local
632 char *ParentPath; local
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/common/
H A Ddmextern.c173 char *ParentPath; local
220 ParentPath = AcpiNsGetExternalPathname (Node);
221 if (!ParentPath)
226 Length = (strlen (ParentPath) + strlen (Path) + 1);
227 if (ParentPath[1])
230 * If ParentPath is not just a simple '\', increment the length
231 * for the required dot separator (ParentPath.Path)
237 if (*ParentPath == AML_ROOT_PREFIX)
255 strcpy (Fullpath, &ParentPath[Index]);
261 if (ParentPath[
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c910 char *ParentPath; local
916 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
917 if (!ParentPath)
938 AcpiOsPrintf ("\nDevice: %s\n", ParentPath);
1126 ACPI_FREE (ParentPath);

Completed in 160 milliseconds