Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_shutdown.c853 int bootopt, newpanic; in vpanic() local
877 bootopt = RB_AUTOBOOT; in vpanic()
880 bootopt |= RB_NOSYNC; in vpanic()
882 bootopt |= RB_DUMP; in vpanic()
914 bootopt |= RB_NOSYNC; in vpanic()
916 bootopt |= RB_POWEROFF; in vpanic()
918 bootopt |= RB_POWERCYCLE; in vpanic()
919 kern_reboot(bootopt); in vpanic()