Searched refs:NameBuffer (Results 1 – 1 of 1) sorted by relevance
181 char *NameBuffer; in AcpiNsGetExternalPathname() local187 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE); in AcpiNsGetExternalPathname()188 return_PTR (NameBuffer); in AcpiNsGetExternalPathname()479 char *NameBuffer; in AcpiNsGetNormalizedPathname() local496 NameBuffer = ACPI_ALLOCATE_ZEROED (Size); in AcpiNsGetNormalizedPathname()497 if (!NameBuffer) in AcpiNsGetNormalizedPathname()506 (void) AcpiNsBuildNormalizedPath (Node, NameBuffer, (UINT32) Size, NoTrailing); in AcpiNsGetNormalizedPathname()509 ACPI_GET_FUNCTION_NAME, NameBuffer)); in AcpiNsGetNormalizedPathname()511 return_PTR (NameBuffer); in AcpiNsGetNormalizedPathname()