Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslopt.c183 ACPI_BUFFER *CurrentPath,
317 ACPI_BUFFER *CurrentPath, in OptBuildShortestPath() argument
349 if (CurrentPath->Length < TargetPath->Length) in OptBuildShortestPath()
351 MaxCommonSegments = CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH; in OptBuildShortestPath()
368 &(ACPI_CAST_PTR (char, CurrentPath->Pointer)) [Index])) in OptBuildShortestPath()
388 if (CurrentPath->Length == TargetPath->Length) in OptBuildShortestPath()
402 NumCarats = (CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH) - in OptBuildShortestPath()
427 (CurrentPath->Length > TargetPath->Length)) in OptBuildShortestPath()
668 ACPI_BUFFER CurrentPath; in OptOptimizeNamePath() local
787 CurrentPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in OptOptimizeNamePath()
[all …]