Home | History | Annotate | Download | only in compiler

Lines Matching refs:TargetPath

174     ACPI_BUFFER             *TargetPath,
184 ACPI_BUFFER *TargetPath,
207 * TargetPath - External full path to the target node
224 ACPI_BUFFER *TargetPath,
243 Path = &(((char *) TargetPath->Pointer)[
244 TargetPath->Length - ACPI_NAMESEG_SIZE]);
276 /* We must allocate a new string for the name (TargetPath gets deleted) */
300 * TargetPath - External full path to the target node
318 ACPI_BUFFER *TargetPath,
348 MaxCommonSegments = TargetPath->Length / ACPI_PATH_SEGMENT_LENGTH;
349 if (CurrentPath->Length < TargetPath->Length)
367 &(ACPI_CAST_PTR (char, TargetPath->Pointer)) [Index],
388 if (CurrentPath->Length == TargetPath->Length)
409 UtLocalCacheCalloc (TargetPath->Length + NumCarats + 1);
427 (CurrentPath->Length > TargetPath->Length))
448 if (Index > TargetPath->Length)
450 Index = TargetPath->Length;
454 &(ACPI_CAST_PTR (char, TargetPath->Pointer))[Index]);
666 ACPI_BUFFER TargetPath;
773 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
774 Status = AcpiNsHandleToPathname (TargetNode, &TargetPath, FALSE);
782 TargetPath.Length--; /* Subtract one for null terminator */
811 (UINT32) TargetPath.Length, (char *) TargetPath.Pointer,
834 TargetNode, &CurrentPath, &TargetPath,
847 TargetNode, &TargetPath, &NewPath);
855 TargetNode, &CurrentPath, &TargetPath,
919 ACPI_FREE (TargetPath.Pointer);