Home
last modified time | relevance | path

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

/acpica-latest/source/tools/acpiexec/
Daeinitfile.c164 static char NameBuffer[AE_FILE_BUFFER_SIZE]; variable
237 NameBuffer[0] = '\\'; in AeProcessInitFile()
238 NameBuffer[1] = 0; in AeProcessInitFile()
262 strcpy (NameBuffer, TempNameBuffer); in AeProcessInitFile()
268 strcpy (NameBuffer + 1, TempNameBuffer); in AeProcessInitFile()
271 AcpiNsNormalizePathname (NameBuffer); in AeProcessInitFile()
273 AcpiOsAllocateZeroed (strnlen (NameBuffer, AE_FILE_BUFFER_SIZE) + 1); in AeProcessInitFile()
274 strcpy (AcpiGbl_InitEntries[idx].Name, NameBuffer); in AeProcessInitFile()
299 AcpiOsPrintf ("%s[%s]: %s\n", NameBuffer, AcpiUtGetTypeName (Type), in AeProcessInitFile()
322 AcpiOsPrintf ("%s[%s]: %s\n", NameBuffer, AcpiUtGetTypeName (Type), in AeProcessInitFile()
/acpica-latest/source/components/namespace/
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()