Lines Matching refs:Path
301 char *Path = Pathname; in AcpiNsLookup() local
382 Path = ""; in AcpiNsLookup()
402 if (*Path == (UINT8) AML_ROOT_PREFIX) in AcpiNsLookup()
411 Path++; in AcpiNsLookup()
430 while (*Path == (UINT8) AML_PARENT_PREFIX) in AcpiNsLookup()
440 Path++; in AcpiNsLookup()
478 switch (*Path) in AcpiNsLookup()
502 Path++; in AcpiNsLookup()
516 Path++; in AcpiNsLookup()
517 NumSegments = (UINT32) (UINT8) *Path; in AcpiNsLookup()
518 Path++; in AcpiNsLookup()
537 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path)); in AcpiNsLookup()
587 ACPI_MOVE_32_TO_32 (&SimpleName, Path); in AcpiNsLookup()
680 Path += ACPI_NAME_SIZE; in AcpiNsLookup()