Lines Matching refs:Path
446 char *Path = Pathname; in AcpiNsLookup() local
529 Path = ""; in AcpiNsLookup()
549 if (*Path == (UINT8) AML_ROOT_PREFIX) in AcpiNsLookup()
558 Path++; in AcpiNsLookup()
577 while (*Path == (UINT8) AML_PARENT_PREFIX) in AcpiNsLookup()
587 Path++; in AcpiNsLookup()
635 switch (*Path) in AcpiNsLookup()
659 Path++; in AcpiNsLookup()
673 Path++; in AcpiNsLookup()
674 NumSegments = (UINT32) (UINT8) *Path; in AcpiNsLookup()
675 Path++; in AcpiNsLookup()
694 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path)); in AcpiNsLookup()
755 ACPI_MOVE_32_TO_32 (&SimpleName, Path); in AcpiNsLookup()
888 Path += ACPI_NAMESEG_SIZE; in AcpiNsLookup()