Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutmisc.c221 ACPI_GENERIC_STATE **StateList) in AcpiUtCreateUpdateStateAndPush() argument
242 AcpiUtPushGenericState (StateList, State); in AcpiUtCreateUpdateStateAndPush()
270 ACPI_GENERIC_STATE *StateList = NULL; in AcpiUtWalkPackageTree() local
325 State = AcpiUtPopGenericState (&StateList); in AcpiUtWalkPackageTree()
361 AcpiUtPushGenericState (&StateList, State); in AcpiUtWalkPackageTree()
368 while (StateList) in AcpiUtWalkPackageTree()
370 State = AcpiUtPopGenericState (&StateList); in AcpiUtWalkPackageTree()
H A Dutdelete.c535 ACPI_GENERIC_STATE *StateList = NULL; in AcpiUtUpdateObjectReference() local
618 NextObject, Action, &StateList); in AcpiUtUpdateObjectReference()
643 Object->BankField.RegionObj, Action, &StateList); in AcpiUtUpdateObjectReference()
654 Object->IndexField.DataObj, Action, &StateList); in AcpiUtUpdateObjectReference()
695 else if (StateList) in AcpiUtUpdateObjectReference()
697 State = AcpiUtPopGenericState (&StateList); in AcpiUtUpdateObjectReference()
713 while (StateList) in AcpiUtUpdateObjectReference()
715 State = AcpiUtPopGenericState (&StateList); in AcpiUtUpdateObjectReference()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacutils.h734 ACPI_GENERIC_STATE **StateList);