Searched refs:reboot (Results 151 - 175 of 196) sorted by relevance

12345678

/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c64 #include <sys/reboot.h>
215 * The system call that results in a reboot.
274 * to run, so simply reboot.
338 * Shutdown the system cleanly to prepare for reboot, halt, or power off.
503 printf("Please press any key to reboot.\n\n");
519 * Check to see if the system paniced, pause and then reboot
530 printf("Automatic reboot in %d seconds - "
543 } else { /* zero time specified - reboot NOW */
546 printf("--> Press a key on the console to reboot,\n");
H A Dvfs_mountroot.c57 #include <sys/reboot.h>
637 else if (!strcmp(action, "reboot"))
H A Dinit_main.c71 #include <sys/reboot.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dtrap.c45 #include <sys/reboot.h>
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c57 #include <sys/reboot.h>
/freebsd-11-stable/sys/dev/xen/console/
H A Dxen_console.c46 #include <sys/reboot.h>
/freebsd-11-stable/sys/dev/uart/
H A Duart_core.c41 #include <sys/reboot.h>
/freebsd-11-stable/tests/sys/audit/
H A Dadministrative.c30 #include <sys/reboot.h>
1459 * Audit of reboot(2) cannot be tested in normal conditions as we don't want
1460 * to reboot the system while running the tests
1468 "reboot(2) call");
1474 snprintf(adregex, sizeof(adregex), "reboot.*%d.*return,failure", pid);
1477 ATF_REQUIRE_EQ(-1, reboot(-1));
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c53 #include <sys/reboot.h>
1656 if (ldebug(reboot))
1657 printf(ARGS(reboot, "0x%x"), args->cmd);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nvram.c2059 boolean_t reboot = B_FALSE; local
2065 rc = efx_mcdi_nvram_update_finish(enp, partn, reboot, resultp);
H A Defx_impl.h548 __in boolean_t reboot,
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_thermal.c40 #include <sys/reboot.h>
/freebsd-11-stable/sys/powerpc/powermac/
H A Dpmu.c41 #include <sys/reboot.h>
430 pmu_server_mode, "I", "Enable reboot after power failure");
/freebsd-11-stable/sys/sparc64/sbus/
H A Dsbus.c69 #include <sys/reboot.h>
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c72 #include <sys/reboot.h>
/freebsd-11-stable/sys/dev/vt/
H A Dvt_buf.c41 #include <sys/reboot.h>
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c55 #include <sys/reboot.h>
/freebsd-11-stable/lib/libsysdecode/
H A Dflags.c41 #include <sys/reboot.h>
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.c44 #include <sys/reboot.h>
/freebsd-11-stable/stand/sparc64/loader/
H A Dmain.c908 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c67 #include <sys/reboot.h>
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c52 #include <sys/reboot.h>
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c67 #include <sys/reboot.h>
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_da.c49 #include <sys/reboot.h>
/freebsd-11-stable/sys/fs/nfs/
H A Dnfsport.h62 #include <sys/reboot.h>

Completed in 251 milliseconds

12345678