/src/sbin/reboot/ |
Makefile | 4 PROG= reboot 8 MAN= reboot.8 9 MLINKS= reboot.8 halt.8 \ 10 reboot.8 poweroff.8 11 LINKS= ${BINDIR}/reboot ${BINDIR}/halt \ 12 ${BINDIR}/reboot ${BINDIR}/poweroff
|
/src/sbin/fastboot/ |
fastboot.sh | 39 /sbin/reboot $*
|
/src/sys/stand/efiboot/ |
panic.c | 32 reboot(void) function in typeref:typename:__dead void 45 reboot();
|
/src/sys/arch/i386/stand/efiboot/ |
panic.c | 45 reboot(); 51 reboot(void) function in typeref:typename:__dead void 67 reboot();
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos-syscon-restart.dtsi | 3 * Samsung's Exynos SoC syscon reboot/poweroff nodes common definition. 14 reboot: syscon-reboot { label 15 compatible = "syscon-reboot";
|
/src/sys/arch/i386/stand/lib/ |
biosreboot.S | 42 ENTRY(reboot) function
|
/src/sys/lib/libsa/ |
dev.c | 35 #include <sys/reboot.h>
|
atoi.c | 30 #include <sys/reboot.h>
|
/src/sys/arch/hpcmips/include/ |
sysconf.h | 62 * reboot - reboot or powerdown 70 void (*reboot)(int, char *); member in struct:platform
|
/src/sys/external/bsd/drm2/include/linux/ |
reboot.h | 1 /* $NetBSD: reboot.h,v 1.7 2021/12/19 12:00:24 riastradh Exp $ */ 36 #include <sys/reboot.h>
|
/src/distrib/vax/inst-common/ |
instbin.conf | 10 progs mount_ffs mount_nfs mv newfs reboot rm route sed sh shutdown 20 ln reboot halt
|
/src/sys/arch/evbarm/iq31244/ |
iq31244_machdep.c | 36 #include <sys/reboot.h>
|
/src/sys/arch/mvme68k/stand/bootsd/ |
boot.c | 35 #include <sys/reboot.h>
|
/src/sys/sys/ |
boot_flag.h | 32 #include <sys/reboot.h> 58 case 'b': /* always halt, never reboot */ \
|
/src/sys/arch/sgimips/stand/common/ |
iris_boot.c | 123 reboot(); 146 reboot(); 150 reboot(void) function in typeref:typename:void
|
/src/distrib/amiga/floppies/inst-common/ |
instbin.conf | 10 progs mount_ados mount_ffs mount_nfs mv newfs printf pppd pwd reboot rm 23 ln reboot halt
|
/src/sys/arch/mvme68k/stand/bootst/ |
boot.c | 35 #include <sys/reboot.h>
|
/src/tests/dev/sysmon/ |
t_swwdog.c | 59 * Since we are testing for swwdog's ability to reboot/panic, we need 128 ATF_TC(reboot); 129 ATF_TC_HEAD(reboot, tc) 132 atf_tc_set_md_var(tc, "descr", "check swwdog reboot capability"); 135 ATF_TC_BODY(reboot, tc) 189 ATF_TP_ADD_TC(tp, reboot);
|
/src/sys/arch/rs6000/rs6000/ |
autoconf.c | 44 #include <sys/reboot.h>
|
/src/sys/arch/riscv/riscv/ |
autoconf.c | 42 #include <sys/reboot.h>
|
/src/sys/arch/mvme68k/stand/sboot/ |
sboot.c | 46 if (reboot) { /* global flag from AAstart.s */ 47 reboot = 0;
|
start.s | 36 movb #0,_C_LABEL(reboot) 39 movb #1,_C_LABEL(reboot) | fall through
|
/src/share/examples/rump/wirelessconf/ |
wirelessconf.c | 30 #include <sys/reboot.h>
|
/src/sys/arch/arm/arm32/ |
arm32_reboot.c | 132 #include <sys/reboot.h> 155 printf("Please press any key to reboot.\r\n");
|
/src/sys/arch/atari/stand/bootxxx/ |
bootxxx.c | 40 #include <sys/reboot.h>
|