Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_shutdown.c854 int bootopt, newpanic; in vpanic() local
878 bootopt = RB_AUTOBOOT; in vpanic()
881 bootopt |= RB_NOSYNC; in vpanic()
883 bootopt |= RB_DUMP; in vpanic()
915 bootopt |= RB_NOSYNC; in vpanic()
917 bootopt |= RB_POWEROFF; in vpanic()
919 bootopt |= RB_POWERCYCLE; in vpanic()
920 kern_reboot(bootopt); in vpanic()