Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_shutdown.c725 int bootopt, newpanic; in vpanic() local
749 bootopt = RB_AUTOBOOT; in vpanic()
752 bootopt |= RB_NOSYNC; in vpanic()
754 bootopt |= RB_DUMP; in vpanic()
783 bootopt |= RB_NOSYNC; in vpanic()
784 kern_reboot(bootopt); in vpanic()