Searched refs:halt (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/ucbcmd/fasthalt/
H A Dfasthalt.sh45 halt $*
/illumos-gate/usr/src/cmd/halt/
H A DMakefile26 PROG = halt
40 ROOTSYMLINKS= $(ROOTETC)/halt $(ROOTETC)/reboot
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevfree.c149 int halt; /* TRUE if we need to stop */
271 halt = FALSE;
272 while (!halt && *argp) {
290 halt = TRUE;
313 halt = TRUE;
147 int halt; /* TRUE if we need to stop */ local
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c46 boolean_t halt; variable
77 halt = B_TRUE;
271 if (halt == B_TRUE)
/illumos-gate/usr/src/uts/sun4/os/
H A Dcpu_states.c272 halt(char *s) function
324 * If we're still booting and init(1) isn't set up yet, simply halt.
330 extern void halt(char *);
332 halt("Power off the System"); /* just in case */
H A Dstartup.c342 #define debug_pause(str) halt((str))
1520 * If this is a positron, complain and halt.
1531 halt(0);
1537 * then complain and halt.
1584 halt("Can't load specfs");
1587 halt("Can't load devfs");
1590 halt("Can't load procfs");
1593 halt("Can't load swapgeneric");
2273 halt("Can't load vis");
3131 halt(
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dclone.ksh125 /usr/sbin/zoneadm -z $ZONENAME halt
129 /usr/sbin/zoneadm -z $ZONENAME halt
H A Dp2v.ksh49 /usr/sbin/zoneadm -z $ZONENAME halt
489 # ^C Should cleanup; if the zone is running, it should try to halt it.
552 e_badhalt=$(gettext "Zone halt failed")
710 /usr/sbin/zoneadm -z $ZONENAME halt
/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-zones102 MAXHALT=`expr $SVC_TIMEOUT \/ 4` # rest of time goes to halt
134 echo "Zones failed to shutdown; trying to halt " \
137 zoneadm -z $zone halt &
143 # Wait for the 'zoneadm halt' commands to complete. We will let this
165 echo "Zone '$zone' failed to halt."
/illumos-gate/usr/src/boot/sys/boot/ofw/common/
H A Dmain.c172 COMMAND_SET(halt, "halt", "halt the system", command_halt);
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c71 * and even reboot or halt the machine if they desire
76 #define HALT "/usr/sbin/halt"
110 int halt = 0; variable
241 halt = 1;
256 if (doreboot && halt) {
319 } else if (halt) {
321 shutdown_action = "halt";
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h223 extern void halt(char *fmt);
/illumos-gate/usr/src/uts/sun4u/starfire/os/
H A Dbbus_intr.c231 * simply halt.
234 extern void halt(char *);
237 halt("Power off the System!\n"); /* just in case */
H A Dstarfire.c114 halt("Firmware upgrade is required to boot this OS!");
122 halt("Firmware upgrade is required to boot this OS!");
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh553 zoneadm -z $zonename halt
594 zoneadm -z $zonename halt
1067 zoneadm -z $1 halt >/dev/null 2>&1
1089 zoneadm -z $1 halt >/dev/null 2>&1
1105 zoneadm -z $i halt >/dev/null 2>&1
1113 zoneadm -z $i halt >/dev/null 2>&1
1440 zoneadm -z $zonename halt 1>/dev/null 2>&1
1518 zoneadm -z $PUBZONE halt
1735 zoneadm -z $zonename halt ;;
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c587 * If we're still booting and init(1) isn't set up yet, simply halt.
593 extern void halt(char *);
594 halt("Power off the System"); /* just in case */
641 } else if (strcmp(str, "halt") == 0) {
/illumos-gate/usr/src/cmd/
H A DMakefile192 halt \
595 halt \
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c468 halt(NULL);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_cpu_states.c126 halt((char *)NULL);
H A Dmach_startup.c82 * the CPU halt support. The cpu_halt_cpu() support is provided
84 * The presence of this routine automatically enable the halt idling
200 halt("Can't load tod module");
281 * runnable locally or we are awaken (i.e. removed from the halt set).
287 * the time we actually halt.
305 * Any interrupt will awaken the cpu from halt. Looping here
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c832 halt("This processor is not supported by this release "
1667 halt("Can't load specfs");
1670 halt("Can't load devfs");
1673 halt("Can't load dev");
1676 halt("Can't load procfs");
2253 halt("Can't load TOD module");
2440 halt("No working FP hardware found");
H A Dmp_implfuncs.c432 halt(NOTSUP_MSG);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c753 * simply halt.
756 extern void halt(char *);
760 halt("Power off the System!\n");
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h204 halt(void) function
724 void halt(void);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h199 halt(void) function
804 void halt(void);

Completed in 104 milliseconds

12