OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StateList
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/utilities/
utmisc.c
318
*
StateList
- List the state will be added to
330
ACPI_GENERIC_STATE **
StateList
)
351
AcpiUtPushGenericState (
StateList
, State);
379
ACPI_GENERIC_STATE *
StateList
= NULL;
436
State = AcpiUtPopGenericState (&
StateList
);
472
AcpiUtPushGenericState (&
StateList
, State);
479
while (
StateList
)
481
State = AcpiUtPopGenericState (&
StateList
);
utdelete.c
661
ACPI_GENERIC_STATE *
StateList
= NULL;
744
NextObject, Action, &
StateList
);
765
Object->BankField.RegionObj, Action, &
StateList
);
776
Object->IndexField.DataObj, Action, &
StateList
);
818
else if (
StateList
)
820
State = AcpiUtPopGenericState (&
StateList
);
836
while (
StateList
)
838
State = AcpiUtPopGenericState (&
StateList
);
Completed in 13 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025