OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_sleepstates
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/acpi/
acpi.c
1527
sc->
sc_sleepstates
|= __BIT(i);
1562
if ((sc->
sc_sleepstates
& __BIT(state)) == 0) {
1840
((sc->
sc_sleepstates
& __BIT(0)) != 0) ? "S0 " : "",
1841
((sc->
sc_sleepstates
& __BIT(1)) != 0) ? "S1 " : "",
1842
((sc->
sc_sleepstates
& __BIT(2)) != 0) ? "S2 " : "",
1843
((sc->
sc_sleepstates
& __BIT(3)) != 0) ? "S3 " : "",
1844
((sc->
sc_sleepstates
& __BIT(4)) != 0) ? "S4 " : "",
1845
((sc->
sc_sleepstates
& __BIT(5)) != 0) ? "S5 " : "");
acpivar.h
187
int
sc_sleepstates
;
member in struct:acpi_softc
Completed in 111 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025