Home
last modified time | relevance | path

Searched refs:RB_POWERCYCLE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dreboot.h65 #define RB_POWERCYCLE 0x400000 /* Power cycle if possible */ macro
/f-stack/freebsd/kern/
H A Dkern_shutdown.c328 else if (howto & RB_POWERCYCLE) in shutdown_nice_task_fn()
918 bootopt |= RB_POWERCYCLE; in vpanic()
941 if ((howto & (RB_POWEROFF | RB_POWERCYCLE)) == 0 || poweroff_delay <= 0) in poweroff_wait()