Lines Matching defs:Path
448 char *Path = Pathname;
531 Path = __UNCONST("");
551 if (*Path == (UINT8) AML_ROOT_PREFIX)
560 Path++;
563 "Path is absolute from root [%p]\n", ThisNode));
579 while (*Path == (UINT8) AML_PARENT_PREFIX)
589 Path++;
599 * the internal path for error message.
606 "%s: Path has too many parent prefixes (^)",
619 "Search scope is [%4.4s], path has %u carat(s)\n",
637 switch (*Path)
661 Path++;
675 Path++;
676 NumSegments = (UINT32) (UINT8) *Path;
677 Path++;
696 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path));
705 * segment. (We don't care about the types along the path, only
750 /* Every element of the path must exist (except for the final NameSeg) */
757 ACPI_MOVE_32_TO_32 (&SimpleName, Path);
890 Path += ACPI_NAMESEG_SIZE;