Searched refs:MethodPathname (Results 1 – 5 of 5) sorted by relevance
176 char *MethodPathname, in AcpiHwExecuteSleepMethod() argument194 Status = AcpiEvaluateObject (NULL, MethodPathname, &ArgList, NULL); in AcpiHwExecuteSleepMethod()198 MethodPathname)); in AcpiHwExecuteSleepMethod()
310 WalkState->MethodPathname = Info->FullPathname; in AcpiPsExecuteMethod()443 WalkState->MethodPathname = Info->FullPathname; in AcpiPsExecuteTable()
640 if (WalkState->MethodPathname && WalkState->MethodIsNested) in AcpiPsParseAml()647 &WalkState->MethodPathname[1])); in AcpiPsParseAml()649 ACPI_FREE (WalkState->MethodPathname); in AcpiPsParseAml()
743 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiDsCallControlMethod()751 &ThisWalkState->MethodPathname[1])); in AcpiDsCallControlMethod()
225 char *MethodPathname; /* Full pathname of running method */ member