Home
last modified time | relevance | path

Searched refs:RB_POWEROFF (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/sys/
HDreboot.h59 #define RB_POWEROFF 0x4000 /* if you can, turn the power off */ macro
/dragonfly/sys/platform/vkernel64/platform/
HDshutdown.c97 reboot(RB_POWEROFF); in shutdown_intr()
/dragonfly/sbin/reboot/
HDreboot.c83 howto |= (RB_POWEROFF | RB_HALT); in main()
/dragonfly/sys/kern/
HDkern_shutdown.c905 if(!(howto & RB_POWEROFF) || poweroff_delay <= 0) in poweroff_wait()
/dragonfly/sys/dev/acpica/
HDacpi_thermal.c652 shutdown_nice(RB_POWEROFF); in acpi_tz_monitor()
HDacpi.c1925 if ((howto & RB_POWEROFF) != 0) { in acpi_shutdown_final()
2646 shutdown_nice(RB_POWEROFF); in acpi_EnterSleepState()
/dragonfly/sbin/init/
HDinit.c1344 howto = RB_POWEROFF; in transition_handler()
/dragonfly/sys/dev/misc/syscons/
HDsyscons.c3984 shutdown_nice(RB_HALT|RB_POWEROFF); in scgetc()