Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsnames.c181 char *NameBuffer; in AcpiNsGetExternalPathname() local
187 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE); in AcpiNsGetExternalPathname()
188 return_PTR (NameBuffer); in AcpiNsGetExternalPathname()
479 char *NameBuffer; in AcpiNsGetNormalizedPathname() local
496 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()