Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/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.c652 ACPI_GENERIC_STATE *StateList = NULL; in AcpiUtUpdateObjectReference() local
735 NextObject, Action, &StateList); in AcpiUtUpdateObjectReference()
756 Object->BankField.RegionObj, Action, &StateList); in AcpiUtUpdateObjectReference()
767 Object->IndexField.DataObj, Action, &StateList); in AcpiUtUpdateObjectReference()
809 else if (StateList) in AcpiUtUpdateObjectReference()
811 State = AcpiUtPopGenericState (&StateList); in AcpiUtUpdateObjectReference()
827 while (StateList) in AcpiUtUpdateObjectReference()
829 State = AcpiUtPopGenericState (&StateList); in AcpiUtUpdateObjectReference()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacutils.h898 ACPI_GENERIC_STATE **StateList);