Searched refs:rebooting (Results 1 – 22 of 22) sorted by relevance
90 ['] (reboot) catch abort" Error rebooting"
100 ['] (reboot) catch abort" Error rebooting"
306 if (shutdown || rebooting || KERNEL_PANICKED()) { in boottrace_dump_console()402 if (shutdown || rebooting || KERNEL_PANICKED()) in boottrace()
226 int rebooting __read_mostly; /* system is rebooting */488 rebooting = 1; in kern_reboot()
253 * state before rebooting the computer.
244 if (p == initproc && rebooting == 0) { in exit1()
17 # Load ng_ether at once without rebooting:
88 and spin for a while before rebooting
46 #define rebooting 0 macro
53 extern int rebooting; /* kern_reboot() has been called. */
1812 if (!rebooting) { in apic_free_vector()1822 if (!rebooting) { in apic_free_vector()
146 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.
679 if ((periph->flags & CAM_PERIPH_ANNOUNCED) && !rebooting) { in cam_periph_invalidate()764 if ((periph->flags & CAM_PERIPH_ANNOUNCED) && !rebooting) in camperiphfree()
41 back without rebooting the system.
1237 if (!rebooting) { in usb_detach_device_sub()2308 if (!rebooting) { in usb_free_device()
1564 if (!rebooting) in ffs_sync()1631 if (waitfor == MNT_WAIT || rebooting) { in ffs_sync()
1697 si = MD_FETCH(preload_kmdp, rebooting == 1 ? MODINFOMD_SHTDWNSPLASH : in vtterm_splash()1705 if (rebooting == 1) { in vtterm_splash()
453 if (rebooting && spa_suspended(dp->dp_spa)) { in zfs_sync()
225 to rebooting.2245 installworld normally works by accident from multiuser after rebooting2307 them after installworld and before rebooting. Now named states must
3351 if (rebooting || sc->acpi_next_stype != POWER_STYPE_AWAKE || in acpi_ReqSleepState()
2720 # rebooting automatically when a kernel panic occurs. If set to (-1),
7247 determine whether the system is rebooting or resuming. Matthew Garrett.