Searched refs:reboot (Results 1 - 25 of 196) sorted by relevance

12345678

/freebsd-11-stable/sbin/reboot/
H A DMakefile5 PROG= reboot
6 MAN= reboot.8 nextboot.8
7 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
18 LINKS= ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \
19 ${BINDIR}/reboot ${BINDIR}/fasthalt
H A Dreboot.c38 static char sccsid[] = "@(#)reboot.c 8.1 (Berkeley) 6/5/93";
42 __FBSDID("$FreeBSD: stable/11/sbin/reboot/reboot.c 332465 2018-04-13 03:47:41Z rgrimes $");
44 #include <sys/reboot.h>
118 errx(1, "cannot dump (-d) when halting; must reboot instead");
129 reboot(howto);
145 /* Log the reboot. */
157 openlog("reboot", 0, LOG_AUTH | LOG_CONS);
168 * processes die, the reboot system call syncs the disks.
238 reboot(howt
[all...]
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dkcopy.conf16 progs mount mount_cd9660 fsck init reboot umount
17 ln reboot halt
18 ln reboot fastboot
19 ln reboot fasthalt
H A Dfilesystem.conf16 progs disklabel fdisk init mount newfs reboot umount
17 ln reboot halt
18 ln reboot fastboot
19 ln reboot fasthalt
/freebsd-11-stable/stand/libsa/
H A Ddev.c38 #include <sys/reboot.h>
/freebsd-11-stable/etc/
H A Drc132 # Remove the firstboot sentinel, and reboot if it was requested.
141 if [ -e ${firstboot_sentinel}-reboot ]; then
142 chflags -R 0 ${firstboot_sentinel}-reboot
143 rm -rf ${firstboot_sentinel}-reboot
/freebsd-11-stable/stand/uboot/lib/
H A DMakefile11 SRCS+= module.c net.c reboot.c time.c
H A Dlibuboot.h73 void reboot(void);
/freebsd-11-stable/contrib/netbsd-tests/dev/sysmon/
H A Dt_swwdog.c59 * Since we are testing for swwdog's ability to reboot/panic, we need
128 ATF_TC(reboot); variable
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);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedenable.ksh64 xdt:sched::shutdown-reboot,
/freebsd-11-stable/sys/arm/arm/
H A Dautoconf.c57 #include <sys/reboot.h>
/freebsd-11-stable/release/
H A Drc.local58 reboot
78 dialog --backtitle "FreeBSD Installer" --title "Complete" --yes-label "Reboot" --no-label "Live CD" --yesno "Installation of FreeBSD complete! Would you like to reboot into the installed system now?" 0 0 && reboot
/freebsd-11-stable/sys/i386/xbox/
H A Dxbox.c33 #include <sys/reboot.h>
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx53_machdep.c35 #include <sys/reboot.h>
H A Dimx_common.c45 #include <sys/reboot.h>
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_common.c43 #include <sys/reboot.h>
/freebsd-11-stable/stand/ofw/libofw/
H A Dlibofw.h70 extern void reboot(void);
/freebsd-11-stable/sys/arm/ti/
H A Dti_common.c43 #include <sys/reboot.h>
/freebsd-11-stable/stand/userboot/userboot/
H A Dbiossmap.c32 #include <sys/reboot.h>
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_common.c41 #include <sys/reboot.h>
/freebsd-11-stable/etc/rc.d/
H A Dfsck56 reboot
/freebsd-11-stable/stand/common/
H A Dzfs_cmd.c38 #include <sys/reboot.h>
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.conf14 reboot 10;
/freebsd-11-stable/tools/bsdbox/
H A DMakefile.base7 CRUNCH_PROGS_sbin+= dmesg sysctl init reboot
/freebsd-11-stable/sys/powerpc/booke/
H A Dmachdep_e500.c34 #include <sys/reboot.h>

Completed in 324 milliseconds

12345678