Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 25 of 255) sorted by relevance

1234567891011

/netbsd-src/sbin/reboot/
H A DMakefile4 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
H A Dreboot.c144 reboot(howto, bootstr); in main()
240 reboot(howto, bootstr); in main()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dexynos-syscon-restart.dtsi3 * Samsung's Exynos SoC syscon reboot/poweroff nodes common definition.
14 reboot: syscon-reboot { label
15 compatible = "syscon-reboot";
H A Dmstar-v7.dtsi105 reboot {
106 compatible = "syscon-reboot";
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dpanic.c45 reboot(); in Panic()
51 reboot(void) in reboot() function
67 reboot(); in _rtt()
/netbsd-src/tests/dev/sysmon/
H A Dt_swwdog.c128 ATF_TC(reboot);
129 ATF_TC_HEAD(reboot, tc) in ATF_TC_HEAD() argument
135 ATF_TC_BODY(reboot, tc) in ATF_TC_BODY() argument
189 ATF_TP_ADD_TC(tp, reboot); in ATF_TP_ADD_TCS()
/netbsd-src/sys/arch/sgimips/stand/common/
H A Diris_boot.c123 reboot(); in main()
146 reboot(); in again()
150 reboot(void) in reboot() function
H A Diris_disk.c153 reboot(); in diskinit()
219 reboot(); in diskopen()
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
H A DTestBoot58 REM bit 1 - automatic reboot required.
70 REM Did the kernel request a automatic reboot ?
75 REM Clear the automatic reboot flag
80 REM If the CMOS bits dictate a reboot then allow ALT to override.
88 REM Test for CTRL key - This does a fastconf and will override a reboot
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/
H A Dbcm3368.dtsi69 reboot: syscon-reboot@fff8c008 { label
70 compatible = "syscon-reboot";
H A Dbcm6358.dtsi72 reboot {
73 compatible = "syscon-reboot";
/netbsd-src/sys/stand/efiboot/
H A Dpanic.c32 reboot(void) in reboot() function
45 reboot(); in _rtt()
/netbsd-src/sys/arch/mvme68k/stand/sboot/
H A Dsboot.c46 if (reboot) { /* global flag from AAstart.s */ in sboot()
47 reboot = 0; in sboot()
H A Dstart.s36 movb #0,_C_LABEL(reboot)
39 movb #1,_C_LABEL(reboot) | fall through
/netbsd-src/distrib/vax/inst-common/
H A Dinstbin.conf10 progs mount_ffs mount_nfs mv newfs reboot rm route sed sh shutdown
20 ln reboot halt
/netbsd-src/sys/rump/include/rump/
H A Dmakerumpdefs.sh77 fromvers ../../../sys/reboot.h
78 sed -n '/#define.*RB_[A-Z]/s/RB_/RUMP_RB_/gp' <../../../sys/reboot.h \
80 sed -n '/#define.*AB_[A-Z]/s/AB_/RUMP_AB_/gp' <../../../sys/reboot.h \
/netbsd-src/distrib/amiga/floppies/inst-common/
H A Dinstbin.conf10 progs mount_ados mount_ffs mount_nfs mv newfs printf pppd pwd reboot rm
23 ln reboot halt
/netbsd-src/external/bsd/libpcap/dist/doc/
H A DREADME.macos41 will be executed on the next reboot. To change the permissions before
42 the reboot, run
52 it will be executed on the next reboot. To change the permissions
53 before the reboot, run
/netbsd-src/sys/arch/ews4800mips/include/
H A Dsbdvar.h79 void (*reboot)(void); member
112 _SBD_OPS_SET(m, reboot); \
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/img/
H A Dboston.dts215 reboot: syscon-reboot { label
216 compatible = "syscon-reboot";
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/mti/
H A Dmalta.dts95 reboot {
96 compatible = "syscon-reboot";
/netbsd-src/distrib/evbsh3/rom/ramdiskcommon/
H A Dramdiskbin.conf14 progs newfs ping ping6 rcorder reboot route shutdown swapctl ttyflags umount
78 ln reboot halt
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dmachdep.c284 if (platform.reboot) in cpu_reboot()
285 (*platform.reboot)(); in cpu_reboot()
/netbsd-src/sbin/fastboot/
H A Dfastboot.sh39 /sbin/reboot $*
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbiosreboot.S42 ENTRY(reboot)

1234567891011