Home
last modified time | relevance | path

Searched refs:POWER_SLEEP_STATE_STANDBY (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dpower.h42 #define POWER_SLEEP_STATE_STANDBY 0x00 macro
/freebsd/sys/kern/
H A Dsubr_power.c81 if (state != POWER_SLEEP_STATE_STANDBY && in power_pm_suspend()
/freebsd/sys/dev/vt/
H A Dvt_core.c807 power_pm_suspend(POWER_SLEEP_STATE_STANDBY); in vt_machine_kbdevent()
/freebsd/sys/dev/acpica/
H A Dacpi.c4645 case POWER_SLEEP_STATE_STANDBY: in acpi_pm_func()
/freebsd/sys/dev/syscons/
H A Dsyscons.c3993 power_pm_suspend(POWER_SLEEP_STATE_STANDBY); in scgetc()