Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dreboot.h57 #define RB_POWEROFF 0x4000 /* turn the power off if possible */ macro
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_pmic.c112 shutdown_nice(RB_POWEROFF); in am335x_pmic_intr()
305 if (!(howto & RB_POWEROFF)) in am335x_pmic_shutdown()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_wdog.c232 if (howto & RB_HALT || howto & RB_POWEROFF) in bcmwd_reboot_system()
/f-stack/freebsd/arm/allwinner/
H A Daw_wdog.c233 if ((howto & (RB_POWEROFF|RB_HALT)) == 0) in aw_wdog_shutdown_fn()
H A Daxp209.c818 if (!(howto & RB_POWEROFF)) in axp2xx_shutdown()
875 shutdown_nice(RB_POWEROFF); in axp2xx_intr()
H A Daxp81x.c915 if ((howto & RB_POWEROFF) == 0) in axp8xx_shutdown()
1136 shutdown_nice(RB_POWEROFF); in axp8xx_intr()
H A Daw_thermal.c586 shutdown_nice(RB_POWEROFF); in aw_thermal_intr()
/f-stack/freebsd/kern/
H A Dkern_shutdown.c326 if (howto & RB_POWEROFF) in shutdown_nice_task_fn()
916 bootopt |= RB_POWEROFF; in vpanic()
941 if ((howto & (RB_POWEROFF | RB_POWERCYCLE)) == 0 || poweroff_delay <= 0) in poweroff_wait()