HomeSort by relevance Sort by last modified time
    Searched refs:reboot (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/cmd/hal/tools/
hal-system-power-reboot.sh 3 # hal-system-power-reboot.sh
9 hal_check_priv hal-power-reboot
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
reboot.c 35 #include <sys/reboot.h>
41 reboot(int howto, char *bootargs) function
  /onnv/onnv-gate/usr/src/stand/sys/
bootdebug.h 48 #include <sys/reboot.h>
  /onnv/onnv-gate/usr/src/uts/intel/ia32/promif/
prom_enter.c 31 #include <sys/reboot.h>
prom_exit.c 32 #include <sys/reboot.h>
prom_panic.c 31 #include <sys/reboot.h>
  /onnv/onnv-gate/usr/src/uts/common/sys/
reboot.h 41 * 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 */
69 extern int reboot(int, char *);
71 extern int reboot();
  /onnv/onnv-gate/usr/src/uts/i86pc/io/gfx_private/
gfx_private.c 40 #include <sys/reboot.h>
  /onnv/onnv-gate/usr/src/uts/intel/amd64/krtld/
kobj_crt.s 33 #include <sys/reboot.h>
  /onnv/onnv-gate/usr/src/cmd/halt/
Makefile 31 # Currently Fast Reboot is only supported on x86.
39 ROOTLINKS = $(ROOTUSRSBIN)/poweroff $(ROOTUSRSBIN)/reboot
40 ROOTSYMLINKS= $(ROOTETC)/halt $(ROOTETC)/reboot
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
tst.schedenable.ksh 64 xdt:sched::shutdown-reboot,
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/sys/
reboot.c 49 * 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
  /onnv/onnv-gate/usr/src/uts/intel/ia32/krtld/
kobj_crt.s 33 #include <sys/reboot.h>
  /onnv/onnv-gate/usr/src/ucblib/libucb/amd64/
mapfile-vers 73 reboot;
  /onnv/onnv-gate/usr/src/ucblib/libucb/sparc/
mapfile-vers 78 reboot;
  /onnv/onnv-gate/usr/src/ucblib/libucb/sparcv9/
mapfile-vers 69 reboot;
  /onnv/onnv-gate/usr/src/cmd/hal/tools/sunos/
Makefile 31 HAL_SCRIPTS = hal-system-power-reboot-sunos hal-system-power-suspend-sunos \
  /onnv/onnv-gate/usr/src/uts/common/xen/io/
xpv_autoconfig.c 36 #include <sys/reboot.h>
  /onnv/onnv-gate/usr/src/uts/intel/io/pci/
pci_autoconfig.c 40 #include <sys/reboot.h>
  /onnv/onnv-gate/usr/src/uts/common/io/
consconfig.c 46 #include <sys/reboot.h>
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
README.share 34 repair has been made is to reboot the system. The system can be brought
66 reboot following an abnormal system shutdown. The recommended action is
67 to reboot immediately to rebuild the archive and correct the inconsistency.
  /onnv/onnv-gate/usr/src/ucblib/libucb/i386/
mapfile-vers 78 reboot;
  /onnv/onnv-gate/usr/src/uts/common/os/
kdi.c 30 #include <sys/reboot.h>
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
misc.c 35 #include <sys/reboot.h>
116 rc = reboot(RB_HALT, NULL);
122 rc = reboot(RB_AUTOBOOT, NULL);
  /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/
bootflags.c 30 #include <sys/reboot.h>

Completed in 660 milliseconds

1 2 3 4 5 6