Home
last modified time | relevance | path

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

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