Home
last modified time | relevance | path

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

/freebsd/sbin/reboot/
H A Dreboot.c65 static bool donextboot; variable
280 donextboot = true; in main()
345 if (!donextboot && !fflag && stat(_PATH_NOSHUTDOWN, &st) == 0) { in main()
386 if (!donextboot && geteuid() != 0) { in main()
415 if (donextboot) in main()
530 if (donextboot) { in usage()