Home
last modified time | relevance | path

Searched refs:POWER_SLEEP_STATE_SUSPEND (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dpower.h43 #define POWER_SLEEP_STATE_SUSPEND 0x01 macro
/freebsd/sys/kern/
H A Dsubr_power.c82 state != POWER_SLEEP_STATE_SUSPEND && in power_pm_suspend()
/freebsd/sys/dev/acpi_support/
H A Dacpi_ibm.c1451 power_pm_suspend(POWER_SLEEP_STATE_SUSPEND); in acpi_ibm_eventhandler()
/freebsd/sys/dev/vt/
H A Dvt_core.c811 power_pm_suspend(POWER_SLEEP_STATE_SUSPEND); in vt_machine_kbdevent()
/freebsd/sys/dev/acpica/
H A Dacpi.c4647 case POWER_SLEEP_STATE_SUSPEND: in acpi_pm_func()
/freebsd/sys/dev/syscons/
H A Dsyscons.c3990 power_pm_suspend(POWER_SLEEP_STATE_SUSPEND); in scgetc()