Home
last modified time | relevance | path

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

/freebsd/sbin/reboot/
H A Dreboot.c63 static bool dofast; variable
273 dofast = true; in main()
360 if ((howto & RB_REROOT) != 0 && dofast) in main()
471 if (!dofast) in main()
536 dofast ? "fast" : "", in usage()
537 dohalt ? "halt" : dofast ? "boot" : "reboot", in usage()
539 dohalt || dofast ? "" : "r"); in usage()