Home | History | Annotate | Download | only in common

Lines Matching defs:Path

482     char                    *Path;
527 NULL, &Path);
530 AcpiOsPrintf ("%s %p", Path, Op->Common.Node);
531 ACPI_FREE (Path);
618 NULL, &Path);
620 Op->Common.AmlOpName, Path);
621 ACPI_FREE (Path);
760 char *Path = NULL;
786 Path = Op->Named.Path;
788 if (!Path && Op->Common.AmlOpcode == AML_INT_NAMEDFIELD_OP)
792 Path = FieldPath;
806 Path = NextOp->Common.Value.String;
809 if (!Path)
816 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
896 char *Path = NULL;
933 Path = NextOp->Common.Value.String;
939 Path = Op->Named.Path;
951 Path = NextOp->Common.Value.String;
956 Path = Op->Common.Value.Arg->Asl.Value.String;
960 Path = Op->Common.Value.String;
963 if (!Path)
976 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ACPI_TYPE_ANY,
1008 AcpiDmAddOpToExternalList (Op, Path,