Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslopt.c220 char *NewPathInternal; in OptBuildShortestPath() local
354 Status = AcpiNsInternalizeName (NewPathExternal, &NewPathInternal); in OptBuildShortestPath()
362 if (strlen (NewPathInternal) >= AmlNameStringLength) in OptBuildShortestPath()
366 (UINT32) strlen (NewPathInternal), in OptBuildShortestPath()
369 ACPI_FREE (NewPathInternal); in OptBuildShortestPath()
379 Status = AcpiNsLookup (&ScopeInfo, NewPathInternal, in OptBuildShortestPath()
392 *ReturnNewPath = NewPathInternal; in OptBuildShortestPath()
408 ACPI_FREE (NewPathInternal); in OptBuildShortestPath()