Home
last modified time | relevance | path

Searched refs:RB_HALT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dreboot.h47 #define RB_HALT 0x008 /* don't reboot, just halt */ macro
/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()
/f-stack/freebsd/kern/
H A Dkern_shutdown.c330 else if (howto & RB_HALT) in shutdown_nice_task_fn()
485 if ((howto & (RB_HALT|RB_DUMP)) == RB_DUMP && !cold && !dumping) in kern_reboot()
598 if (howto & RB_HALT) { in shutdown_halt()