HomeSort by: relevance | last modified time | path
    Searched defs:dohalt (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/reboot/
reboot.c 65 static int dohalt; variable in typeref:typename:int
82 dohalt = 1;
103 if (dohalt == 0)
153 if (dohalt) {
254 const char *pflag = dohalt ? "p" : "";
  /src/sbin/shutdown/
shutdown.c 91 static int dofast, dohalt, doreboot, killflg, nofork, nosync, dodump; variable in typeref:typename:int
142 dohalt = 1;
172 if (dodump && !dohalt && !doreboot)
179 if (dohalt && doreboot) {
363 } else if (dohalt && dopowerdown) {
365 } else if (dohalt) {
382 if (doreboot || dohalt) {

Completed in 12 milliseconds