Searched defs:StateList (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutdelete.c535 ACPI_GENERIC_STATE *StateList = NULL; local
618 NextObject, Action, &StateList);
643 Object->BankField.RegionObj, Action, &StateList);
654 Object->IndexField.DataObj, Action, &StateList);
695 else if (StateList)
697 State = AcpiUtPopGenericState (&StateList);
713 while (StateList)
715 State = AcpiUtPopGenericState (&StateList);
H A Dutmisc.c209 * StateList - List the state will be added to
221 ACPI_GENERIC_STATE **StateList)
242 AcpiUtPushGenericState (StateList, State);
270 ACPI_GENERIC_STATE *StateList = NULL; local
325 State = AcpiUtPopGenericState (&StateList);
361 AcpiUtPushGenericState (&StateList, State);
368 while (StateList)
370 State = AcpiUtPopGenericState (&StateList);
218 AcpiUtCreateUpdateStateAndPush( ACPI_OPERAND_OBJECT *Object, UINT16 Action, ACPI_GENERIC_STATE **StateList) argument

Completed in 79 milliseconds