Lines Matching refs:Path
340 char *Path = Pathname; in AcpiNsLookup() local
423 Path = __UNCONST(""); in AcpiNsLookup()
443 if (*Path == (UINT8) AML_ROOT_PREFIX) in AcpiNsLookup()
452 Path++; in AcpiNsLookup()
471 while (*Path == (UINT8) AML_PARENT_PREFIX) in AcpiNsLookup()
481 Path++; in AcpiNsLookup()
529 switch (*Path) in AcpiNsLookup()
553 Path++; in AcpiNsLookup()
567 Path++; in AcpiNsLookup()
568 NumSegments = (UINT32) (UINT8) *Path; in AcpiNsLookup()
569 Path++; in AcpiNsLookup()
588 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path)); in AcpiNsLookup()
649 ACPI_MOVE_32_TO_32 (&SimpleName, Path); in AcpiNsLookup()
782 Path += ACPI_NAMESEG_SIZE; in AcpiNsLookup()