Lines Matching defs:CurrentPath
183 ACPI_BUFFER *CurrentPath,
299 * CurrentPath - External full path to the current node
317 ACPI_BUFFER *CurrentPath,
349 if (CurrentPath->Length < TargetPath->Length)
351 MaxCommonSegments = CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH;
368 &(ACPI_CAST_PTR (char, CurrentPath->Pointer)) [Index]))
388 if (CurrentPath->Length == TargetPath->Length)
402 NumCarats = (CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH) -
427 (CurrentPath->Length > TargetPath->Length))
667 ACPI_BUFFER CurrentPath;
784 /* CurrentPath is the path to this scope (where we are in the namespace) */
786 CurrentPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
787 Status = AcpiNsHandleToPathname (CurrentNode, &CurrentPath, FALSE);
795 CurrentPath.Length--; /* Subtract one for null terminator */
810 (UINT32) CurrentPath.Length, (char *) CurrentPath.Pointer,
834 TargetNode, &CurrentPath, &TargetPath,
855 TargetNode, &CurrentPath, &TargetPath,
920 ACPI_FREE (CurrentPath.Pointer);