Home | History | Annotate | Download | only in compiler

Lines Matching defs:Path

418     char                    *Path;
619 Path = Op->Asl.Child->Asl.Value.String;
626 Path = Op->Asl.Child->Asl.Next->Asl.Value.String;
639 Path = NextOp->Asl.Value.String;
643 Path = Op->Asl.Value.String;
659 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
666 * We didn't find the name reference by path -- we can qualify this
684 else if (strlen (Path) == ACPI_NAMESEG_SIZE)
688 if (XfObjectExists (Path))
732 else if (Path[0] == AML_ROOT_PREFIX)
780 * illegal forward reference. In other words, Op is a name path or
841 OptOptimizeNamePath (Op, OpInfo->Flags, WalkState, Path, Node);
1269 sprintf (AslGbl_MsgBuffer, "full path of external object: %s",