Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_shutdown.c897 int bootopt, newpanic; in vpanic() local
930 bootopt = RB_AUTOBOOT; in vpanic()
933 bootopt |= RB_NOSYNC; in vpanic()
935 bootopt |= RB_DUMP; in vpanic()
969 bootopt |= RB_NOSYNC; in vpanic()
971 bootopt |= RB_POWEROFF; in vpanic()
973 bootopt |= RB_POWERCYCLE; in vpanic()
974 kern_reboot(bootopt); in vpanic()