Home
last modified time | relevance | path

Searched refs:MethodPathname (Results 1 – 5 of 5) sorted by relevance

/acpica-latest/source/components/hardware/
Dhwesleep.c176 char *MethodPathname, in AcpiHwExecuteSleepMethod() argument
194 Status = AcpiEvaluateObject (NULL, MethodPathname, &ArgList, NULL); in AcpiHwExecuteSleepMethod()
198 MethodPathname)); in AcpiHwExecuteSleepMethod()
/acpica-latest/source/components/parser/
Dpsparse.c640 if (WalkState->MethodPathname && WalkState->MethodIsNested) in AcpiPsParseAml()
647 &WalkState->MethodPathname[1])); in AcpiPsParseAml()
649 ACPI_FREE (WalkState->MethodPathname); in AcpiPsParseAml()
Dpsxface.c310 WalkState->MethodPathname = Info->FullPathname; in AcpiPsExecuteMethod()
443 WalkState->MethodPathname = Info->FullPathname; in AcpiPsExecuteTable()
/acpica-latest/source/components/dispatcher/
Ddsmethod.c743 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiDsCallControlMethod()
751 &ThisWalkState->MethodPathname[1])); in AcpiDsCallControlMethod()
/acpica-latest/source/include/
Dacstruct.h225 char *MethodPathname; /* Full pathname of running method */ member