Home
last modified time | relevance | path

Searched refs:rebooting (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_context.h141 #define sys_shutdown rebooting
/freebsd-12-stable/share/examples/bootforth/
Dmenu.4th91 ['] (reboot) catch abort" Error rebooting"
Dmenuconf.4th101 ['] (reboot) catch abort" Error rebooting"
/freebsd-12-stable/share/examples/jails/
DREADME18 # Load ng_ether at once without rebooting:
/freebsd-12-stable/sys/dev/acpica/
Dacpi_ec.c782 if (cold || rebooting || sc->ec_suspending) { in EcSpaceHandler()
843 need_poll = cold || rebooting || ec_polled_mode || sc->ec_suspending; in EcWaitEvent()
Dacpi.c2851 if (rebooting || sc->acpi_next_sstate != 0 || suspend_blocked) { in acpi_ReqSleepState()
/freebsd-12-stable/sbin/init/
DNOTES88 and spin for a while before rebooting
/freebsd-12-stable/sys/kern/
Dkern_shutdown.c211 int rebooting; /* system is rebooting */ variable
423 rebooting = 1; in kern_reboot()
Ddevice_if.m254 * state before rebooting the computer.
Dkern_exit.c202 if (p == initproc && rebooting == 0) { in exit1()
/freebsd-12-stable/sys/contrib/dev/ice/
DREADME24 default settings. DDP profiles can also be rolled back without rebooting the
/freebsd-12-stable/sys/fs/nandfs/
Dnandfs_cleaner.c468 if (!nandfs_cleaner_enable || rebooting) in nandfs_cleaner()
/freebsd-12-stable/sys/sys/
Dsystm.h54 extern int rebooting; /* kern_reboot() has been called. */
/freebsd-12-stable/stand/kshim/
Dbsd_kernel.h43 #define rebooting 0 macro
/freebsd-12-stable/sys/x86/x86/
Dlocal_apic.c1669 if (!rebooting) { in native_apic_free_vector()
1679 if (!rebooting) { in native_apic_free_vector()
/freebsd-12-stable/tools/tools/sysdoc/
Dtunables.mdoc147 when rebooting and shutting down.
1042 system should try to power cycle instead of rebooting.
1049 system should try to power off instead of rebooting.
/freebsd-12-stable/sys/cam/
Dcam_periph.c660 if ((periph->flags & CAM_PERIPH_ANNOUNCED) && !rebooting) { in cam_periph_invalidate()
743 if ((periph->flags & CAM_PERIPH_ANNOUNCED) && !rebooting) in camperiphfree()
/freebsd-12-stable/sys/ufs/ffs/
Dffs_vfsops.c1530 if (!rebooting)
1591 if (waitfor == MNT_WAIT || rebooting) {
/freebsd-12-stable/sys/dev/usb/
Dusb_device.c1227 if (!rebooting) { in usb_detach_device_sub()
2301 if (!rebooting) { in usb_free_device()
/freebsd-12-stable/
DUPDATING935 them after installworld and before rebooting. Now named states must
1161 rebooting, e.g.:
1523 kernel before rebooting.
1541 so make sure to update both world and kernel before rebooting.
/freebsd-12-stable/sys/conf/
DNOTES2959 # rebooting automatically when a kernel panic occurs. If set to (-1),
/freebsd-12-stable/contrib/amd/doc/
Dam-utils.texi4672 rebooting). Once a hung mount point is forced out, @i{Amd} can then
/freebsd-12-stable/sys/contrib/dev/acpica/
Dchanges.txt6278 determine whether the system is rebooting or resuming. Matthew Garrett.