Home
last modified time | relevance | path

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

/freebsd/share/examples/bootforth/
H A Dmenu.4th90 ['] (reboot) catch abort" Error rebooting"
H A Dmenuconf.4th100 ['] (reboot) catch abort" Error rebooting"
/freebsd/sys/kern/
H A Dkern_boottrace.c306 if (shutdown || rebooting || KERNEL_PANICKED()) { in boottrace_dump_console()
402 if (shutdown || rebooting || KERNEL_PANICKED()) in boottrace()
H A Dkern_shutdown.c226 int rebooting __read_mostly; /* system is rebooting */
488 rebooting = 1; in kern_reboot()
H A Ddevice_if.m253 * state before rebooting the computer.
H A Dkern_exit.c244 if (p == initproc && rebooting == 0) { in exit1()
/freebsd/share/examples/jails/
H A DREADME17 # Load ng_ether at once without rebooting:
/freebsd/sbin/init/
H A DNOTES88 and spin for a while before rebooting
/freebsd/stand/kshim/
H A Dbsd_kernel.h46 #define rebooting 0 macro
/freebsd/sys/sys/
H A Dsystm.h53 extern int rebooting; /* kern_reboot() has been called. */
/freebsd/sys/x86/x86/
H A Dlocal_apic.c1812 if (!rebooting) { in apic_free_vector()
1822 if (!rebooting) { in apic_free_vector()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc146 when rebooting and shutting down.
1041 system should try to power cycle instead of rebooting.
1048 system should try to power off instead of rebooting.
/freebsd/sys/cam/
H A Dcam_periph.c679 if ((periph->flags & CAM_PERIPH_ANNOUNCED) && !rebooting) { in cam_periph_invalidate()
764 if ((periph->flags & CAM_PERIPH_ANNOUNCED) && !rebooting) in camperiphfree()
/freebsd/sys/contrib/dev/ice/
H A DREADME41 back without rebooting the system.
/freebsd/sys/dev/usb/
H A Dusb_device.c1237 if (!rebooting) { in usb_detach_device_sub()
2308 if (!rebooting) { in usb_free_device()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c1564 if (!rebooting) in ffs_sync()
1631 if (waitfor == MNT_WAIT || rebooting) { in ffs_sync()
/freebsd/sys/dev/vt/
H A Dvt_core.c1697 si = MD_FETCH(preload_kmdp, rebooting == 1 ? MODINFOMD_SHTDWNSPLASH : in vtterm_splash()
1705 if (rebooting == 1) { in vtterm_splash()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c453 if (rebooting && spa_suspended(dp->dp_spa)) { in zfs_sync()
/freebsd/
H A DUPDATING225 to rebooting.
2245 installworld normally works by accident from multiuser after rebooting
2307 them after installworld and before rebooting. Now named states must
/freebsd/sys/dev/acpica/
H A Dacpi.c3351 if (rebooting || sc->acpi_next_stype != POWER_STYPE_AWAKE || in acpi_ReqSleepState()
/freebsd/sys/conf/
H A DNOTES2720 # rebooting automatically when a kernel panic occurs. If set to (-1),
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt7247 determine whether the system is rebooting or resuming. Matthew Garrett.