Lines Matching refs:Path
301 char *Path = Pathname;
382 Path = "";
402 if (*Path == (UINT8) AML_ROOT_PREFIX)
411 Path++;
414 "Path is absolute from root [%p]\n", ThisNode));
430 while (*Path == (UINT8) AML_PARENT_PREFIX)
440 Path++;
451 "%s: Path has too many parent prefixes (^) "
478 switch (*Path)
502 Path++;
516 Path++;
517 NumSegments = (UINT32) (UINT8) *Path;
518 Path++;
537 ACPI_DEBUG_EXEC (AcpiNsPrintPathname (NumSegments, Path));
587 ACPI_MOVE_32_TO_32 (&SimpleName, Path);
680 Path += ACPI_NAME_SIZE;