Home | History | Annotate | Download | only in compiler

Lines Matching refs:Path

207  *              TargetPath          - External full path to the target node
208 * NewPath - Where the optimized path is returned
230 char *Path;
240 * name in the search path before the one we want, the nodes will
243 Path = &(((char *) TargetPath->Pointer)[
249 Status = AcpiNsLookup (&ScopeInfo, Path, ACPI_TYPE_ANY, ACPI_IMODE_EXECUTE,
260 * path that precludes the use of this optimization.
274 "NAMESEG: %-24s", Path));
279 strcpy (*NewPath, Path);
299 * CurrentPath - External full path to the current node
300 * TargetPath - External full path to the target node
303 * ReturnNewPath - Where the optimized path is returned
390 ACPI_DEBUG_PRINT_RAW ((ACPI_DB_OPTIMIZATIONS, " SAME PATH"));
430 * The current path is longer than the target, and the target is a
431 * subpath of the current path. We must include one more NameSeg of
432 * the target path
446 /* Make sure we haven't gone off the end of the target path */
485 * path that has been created.
537 * NewPath - Where the optimized path is returned
539 * RETURN: Status. AE_OK If path is optimized
587 * path that has been created.
649 * RETURN: None. If path is optimized, the Op is updated with new path
653 * namespace and the actual reference path.
694 "PATH OPTIMIZE: Line %5d ParentOp [%12.12s] ThisOp [%12.12s] ",
712 * The original path must be longer than one NameSeg (4 chars) for there
725 * we are right now in the namespace. We will compare this path
784 /* CurrentPath is the path to this scope (where we are in the namespace) */
809 "CURRENT SCOPE: (%2u) %-37s FULL PATH TO NAME: (%2u) %-32s ACTUAL AML:%-32s\n",
917 /* Cleanup path buffers */