Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/namespace/
H A Dnsnames.c73 char *NameBuffer; in AcpiNsGetExternalPathname() local
79 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE); in AcpiNsGetExternalPathname()
80 return_PTR (NameBuffer); in AcpiNsGetExternalPathname()
316 char *NameBuffer; in AcpiNsGetNormalizedPathname() local
333 NameBuffer = ACPI_ALLOCATE_ZEROED (Size); in AcpiNsGetNormalizedPathname()
334 if (!NameBuffer) in AcpiNsGetNormalizedPathname()
343 (void) AcpiNsBuildNormalizedPath (Node, NameBuffer, Size, NoTrailing); in AcpiNsGetNormalizedPathname()
345 return_PTR (NameBuffer); in AcpiNsGetNormalizedPathname()