Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_shutdown.c901 int bootopt, newpanic; in vpanic() local
925 bootopt = RB_AUTOBOOT; in vpanic()
928 bootopt |= RB_NOSYNC; in vpanic()
930 bootopt |= RB_DUMP; in vpanic()
962 bootopt |= RB_NOSYNC; in vpanic()
964 bootopt |= RB_POWEROFF; in vpanic()
966 bootopt |= RB_POWERCYCLE; in vpanic()
967 kern_reboot(bootopt); in vpanic()