Searched refs:RB_HALT (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dreboot.h45 #define RB_HALT 0x008 /* don't reboot, just halt */ macro
/freebsd-10-stable/sbin/reboot/
H A Dreboot.c76 howto = RB_HALT;
117 if ((howto & (RB_DUMP | RB_HALT)) == (RB_DUMP | RB_HALT))
/freebsd-10-stable/sys/powerpc/pseries/
H A Drtas_dev.c159 if (howto & RB_HALT) {
/freebsd-10-stable/sys/dev/xen/control/
H A Dcontrol.c188 shutdown_nice(RB_POWEROFF|RB_HALT);
330 if (howto & (RB_HALT | RB_POWEROFF))
/freebsd-10-stable/sys/kern/
H A Dkern_shutdown.c485 if ((howto & (RB_HALT|RB_DUMP)) == RB_DUMP && !cold && !dumping)
598 if (howto & RB_HALT) {
607 howto &= ~RB_HALT;
/freebsd-10-stable/sys/powerpc/powermac/
H A Dcuda.c748 cmd[1] = (howto & RB_HALT) ? CMD_POWEROFF : CMD_RESET;
H A Dpmu.c790 if (howto & RB_HALT)
H A Dsmu.c1321 if (howto & RB_HALT)
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dmachdep.c938 if ((howto & RB_HALT) != 0)
/freebsd-10-stable/sys/dev/vt/
H A Dvt_core.c632 shutdown_nice(RB_HALT);
642 shutdown_nice(RB_HALT|RB_POWEROFF);
/freebsd-10-stable/sbin/init/
H A Dinit.c1571 howto |= RB_HALT;
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c1097 r.opt = RB_HALT;
/freebsd-10-stable/sys/cam/ata/
H A Data_da.c2100 (howto & (RB_HALT | RB_POWEROFF)) != 0)
/freebsd-10-stable/sys/dev/syscons/
H A Dsyscons.c3570 shutdown_nice(RB_HALT);
3577 shutdown_nice(RB_HALT|RB_POWEROFF);
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_misc.c1672 bsd_args.opt = RB_HALT;
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi.c2054 } else if ((howto & RB_HALT) == 0 && sc->acpi_handle_reboot) {

Completed in 158 milliseconds