Home
last modified time | relevance | path

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

/src/sbin/reboot/
H A Dreboot.c64 static bool donextboot; variable
279 donextboot = true; in main()
344 if (!donextboot && !fflag && stat(_PATH_NOSHUTDOWN, &st) == 0) { in main()
385 if (!donextboot && geteuid() != 0) { in main()
414 if (donextboot) in main()
529 if (donextboot) { in usage()