Searched refs:RB_POWEROFF (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dreboot.h55 #define RB_POWEROFF 0x4000 /* turn the power off if possible */ macro
/freebsd-10-stable/sys/i386/xbox/
H A Dxbox.c45 if (!(howto & RB_POWEROFF))
/freebsd-10-stable/sys/pc98/pc98/
H A Dcanbepm.c86 if (!(howto & RB_POWEROFF))
/freebsd-10-stable/sys/dev/hyperv/utilities/
H A Dvmbus_shutdown.c152 shutdown_nice(RB_POWEROFF);
/freebsd-10-stable/sys/arm/ti/am335x/
H A Dam335x_pmic.c185 if (!(howto & RB_POWEROFF))
/freebsd-10-stable/sys/pc98/cbus/
H A Dpmc.c81 if (!(howto & RB_POWEROFF)) {
/freebsd-10-stable/sys/powerpc/powermac/
H A Dpowermac_thermal.c127 shutdown_nice(RB_POWEROFF);
/freebsd-10-stable/sbin/reboot/
H A Dreboot.c100 howto |= RB_POWEROFF;
/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/powerpc/wii/
H A Dwii_gpio.c348 if (!(howto & RB_POWEROFF))
/freebsd-10-stable/sys/sparc64/sbus/
H A Dsbus.c910 shutdown_nice(RB_POWEROFF);
924 shutdown_nice(RB_POWEROFF);
/freebsd-10-stable/sys/sparc64/pci/
H A Dpsycho.c810 shutdown_nice(RB_POWEROFF);
823 shutdown_nice(RB_POWEROFF);
/freebsd-10-stable/sys/kern/
H A Dkern_shutdown.c911 if (!(howto & RB_POWEROFF) || poweroff_delay <= 0)
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi_thermal.c606 shutdown_nice(RB_POWEROFF);
H A Dacpi.c2035 if ((howto & RB_POWEROFF) != 0) {
2794 shutdown_nice(RB_POWEROFF);
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dmachdep.c935 if ((howto & RB_POWEROFF) != 0)
/freebsd-10-stable/sys/i386/bios/
H A Dapm.c369 if (!(howto & RB_POWEROFF) || !apm_softc.active)
/freebsd-10-stable/sbin/init/
H A Dinit.c1569 howto = RB_POWEROFF;
/freebsd-10-stable/sys/cam/ata/
H A Data_da.c2100 (howto & (RB_HALT | RB_POWEROFF)) != 0)
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_misc.c1679 bsd_args.opt = RB_POWEROFF;
/freebsd-10-stable/sys/dev/vt/
H A Dvt_core.c642 shutdown_nice(RB_HALT|RB_POWEROFF);
/freebsd-10-stable/sys/dev/syscons/
H A Dsyscons.c3577 shutdown_nice(RB_HALT|RB_POWEROFF);

Completed in 177 milliseconds