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

1234567

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-system-power-reboot.sh3 # hal-system-power-reboot.sh
9 hal_check_priv hal-power-reboot
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dreboot.c35 #include <sys/reboot.h>
41 reboot(int howto, char *bootargs) function
/illumos-gate/usr/src/stand/sys/
H A Dbootdebug.h48 #include <sys/reboot.h>
/illumos-gate/usr/src/uts/intel/ia32/promif/
H A Dprom_enter.c31 #include <sys/reboot.h>
H A Dprom_exit.c32 #include <sys/reboot.h>
H A Dprom_panic.c31 #include <sys/reboot.h>
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddev.c38 #include <sys/reboot.h>
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr164 cecho "command and then reboot the system from the same device that"
172 /usr/sbin/reboot -f dryrun
174 /usr/sbin/reboot -f -- "$bootcmd"
177 boot_prop=`/usr/sbin/svccfg -s svc:/system/boot-config:default listprop config/auto-reboot-safe | \
184 cecho "with the previously out-of-sync version of these files, reboot the"
189 /usr/sbin/reboot -p
193 /usr/sbin/reboot -- "$bootcmd"
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfx_private.c40 #include <sys/reboot.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dreboot.h41 * Boot flags and flags to "reboot" system call.
48 #define RB_SINGLE 0x00000002 /* reboot to single user only */
49 #define RB_NOSYNC 0x00000004 /* dont sync before reboot */
50 #define RB_HALT 0x00000008 /* don't reboot, just halt */
68 extern int reboot(int, char *);
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_crt.s33 #include <sys/reboot.h>
/illumos-gate/usr/src/cmd/halt/
H A DMakefile39 ROOTLINKS = $(ROOTUSRSBIN)/poweroff $(ROOTUSRSBIN)/reboot
40 ROOTSYMLINKS= $(ROOTETC)/halt $(ROOTETC)/reboot
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedenable.ksh64 xdt:sched::shutdown-reboot,
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dreboot.c49 * BSD reboot.h
53 #define RB_ASKNAME 0x001 /* ask for file name to reboot from */
54 #define RB_SINGLE 0x002 /* reboot to single user only */
55 #define RB_NOSYNC 0x004 /* dont sync before reboot */
56 #define RB_HALT 0x008 /* don't reboot, just halt */
66 reboot(int howto, char *bootargs) function
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_crt.s33 #include <sys/reboot.h>
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dlibofw.h75 extern void reboot(void);
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dlibuboot.h74 void reboot(void);
H A DMakefile12 SRCS+= module.c net.c reboot.c time.c
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbiossmap.c32 #include <sys/reboot.h>
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A DMakefile31 HAL_SCRIPTS = hal-system-power-reboot-sunos hal-system-power-suspend-sunos \
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig.c46 #include <sys/reboot.h>
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpv_autoconfig.c36 #include <sys/reboot.h>
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_autoconfig.c40 #include <sys/reboot.h>
/illumos-gate/usr/src/uts/common/os/
H A Dkdi.c28 #include <sys/reboot.h>
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c30 #include <sys/reboot.h>

Completed in 124 milliseconds

1234567