Searched refs:rebooting (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h140 #define sys_shutdown rebooting
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c100 "Seconds to wait before rebooting after a panic");
135 &sync_on_panic, 0, "Do a sync before rebooting from a panic");
159 int rebooting; /* system is rebooting */ variable
358 /* We're in the process of rebooting. */
359 rebooting = 1;
H A Dkern_exit.c201 * XXX in case we're rebooting we just let init die in order to
205 if (p == initproc && rebooting == 0) {
/freebsd-11-stable/sys/sys/
H A Dsystm.h52 extern int rebooting; /* kern_reboot() has been called. */
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_ec.c782 if (cold || rebooting || sc->ec_suspending) {
843 need_poll = cold || rebooting || ec_polled_mode || sc->ec_suspending;
H A Dacpi.c593 &sc->acpi_do_disable, 0, "Disable ACPI when rebooting/halting system");
2671 if (rebooting || sc->acpi_next_sstate != 0 || suspend_blocked) {
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_cleaner.c466 if (!nandfs_cleaner_enable || rebooting)
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h43 #define rebooting 0 macro
/freebsd-11-stable/sys/cam/
H A Dcam_periph.c650 if ((periph->flags & CAM_PERIPH_ANNOUNCED) && !rebooting)
726 if ((periph->flags & CAM_PERIPH_ANNOUNCED) && !rebooting)
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c1652 if (!rebooting) {
1662 if (!rebooting) {
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.c1562 if (!rebooting)
1623 if (waitfor == MNT_WAIT || rebooting) {
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c1225 if (!rebooting) {
2299 if (!rebooting) {

Completed in 176 milliseconds