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

/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c117 static int dohalt, doreboot, doups, killflg, mbuflen, oflag; variable
119 static int dohalt, dopower, doreboot, killflg, mbuflen, oflag; variable
170 dohalt = 1;
208 if (killflg + doreboot + dohalt + dopower > 1)
211 if (oflag && !(dohalt || dopower || doreboot))
217 if (killflg + doreboot + dohalt + dosleep > 1)
220 if (!(dohalt || doreboot || dosleep || killflg))
223 if (doups && !dohalt)
430 doreboot ? "reboot" : dohalt ? "halt" : dopower ? "power-down" :
432 doreboot ? "reboot" : dohalt
[all...]
/macosx-10.10/system_cmds-643.1.1/reboot.tproj/
H A Dreboot.c81 int dohalt; variable
97 dohalt = 1;
185 if (dohalt) {
286 dohalt ? "halt" : "reboot");

Completed in 78 milliseconds