Searched refs:MethodPathname (Results 1 – 5 of 5) sorted by relevance
68 const char *MethodPathname, in AcpiHwExecuteSleepMethod() argument86 Status = AcpiEvaluateObject (NULL, MethodPathname, &ArgList, NULL); in AcpiHwExecuteSleepMethod()90 MethodPathname)); in AcpiHwExecuteSleepMethod()
532 if (WalkState->MethodPathname && WalkState->MethodIsNested) in AcpiPsParseAml()539 &WalkState->MethodPathname[1])); in AcpiPsParseAml()541 ACPI_FREE (WalkState->MethodPathname); in AcpiPsParseAml()
202 WalkState->MethodPathname = Info->FullPathname; in AcpiPsExecuteMethod()335 WalkState->MethodPathname = Info->FullPathname; in AcpiPsExecuteTable()
635 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiDsCallControlMethod()643 &ThisWalkState->MethodPathname[1])); in AcpiDsCallControlMethod()
117 char *MethodPathname; /* Full pathname of running method */ member