OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StateList
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/utilities/
utmisc.c
210
*
StateList
- List the state will be added to
222
ACPI_GENERIC_STATE **
StateList
)
243
AcpiUtPushGenericState (
StateList
, State);
271
ACPI_GENERIC_STATE *
StateList
= NULL;
328
State = AcpiUtPopGenericState (&
StateList
);
364
AcpiUtPushGenericState (&
StateList
, State);
371
while (
StateList
)
373
State = AcpiUtPopGenericState (&
StateList
);
utdelete.c
553
ACPI_GENERIC_STATE *
StateList
= NULL;
636
NextObject, Action, &
StateList
);
657
Object->BankField.RegionObj, Action, &
StateList
);
668
Object->IndexField.DataObj, Action, &
StateList
);
710
else if (
StateList
)
712
State = AcpiUtPopGenericState (&
StateList
);
728
while (
StateList
)
730
State = AcpiUtPopGenericState (&
StateList
);
/src/sys/external/bsd/acpica/dist/include/
acutils.h
818
ACPI_GENERIC_STATE **
StateList
);
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026