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

/freebsd-11.0-release/sys/kern/
H A Dkern_shutdown.c700 int bootopt, newpanic; local
724 bootopt = RB_AUTOBOOT;
727 bootopt |= RB_NOSYNC;
729 bootopt |= RB_DUMP;
758 bootopt |= RB_NOSYNC;
759 kern_reboot(bootopt);

Completed in 97 milliseconds