Home
last modified time | relevance | path

Searched refs:StateList (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutmisc.c330 ACPI_GENERIC_STATE **StateList) in AcpiUtCreateUpdateStateAndPush() argument
351 AcpiUtPushGenericState (StateList, State); in AcpiUtCreateUpdateStateAndPush()
379 ACPI_GENERIC_STATE *StateList = NULL; in AcpiUtWalkPackageTree() local
436 State = AcpiUtPopGenericState (&StateList); in AcpiUtWalkPackageTree()
472 AcpiUtPushGenericState (&StateList, State); in AcpiUtWalkPackageTree()
479 while (StateList) in AcpiUtWalkPackageTree()
481 State = AcpiUtPopGenericState (&StateList); in AcpiUtWalkPackageTree()
H A Dutdelete.c661 ACPI_GENERIC_STATE *StateList = NULL; in AcpiUtUpdateObjectReference() local
744 NextObject, Action, &StateList); in AcpiUtUpdateObjectReference()
765 Object->BankField.RegionObj, Action, &StateList); in AcpiUtUpdateObjectReference()
776 Object->IndexField.DataObj, Action, &StateList); in AcpiUtUpdateObjectReference()
818 else if (StateList) in AcpiUtUpdateObjectReference()
820 State = AcpiUtPopGenericState (&StateList); in AcpiUtUpdateObjectReference()
836 while (StateList) in AcpiUtUpdateObjectReference()
838 State = AcpiUtPopGenericState (&StateList); in AcpiUtUpdateObjectReference()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacutils.h899 ACPI_GENERIC_STATE **StateList);