Home
last modified time | relevance | path

Searched refs:halt (Results 1 – 25 of 57) sorted by relevance

123

/titanic_41/usr/src/cmd/devmgmt/cmds/
H A Ddevfree.c147 int halt; /* TRUE if we need to stop */ in main() local
269 halt = FALSE; in main()
270 while (!halt && *argp) { in main()
288 halt = TRUE; in main()
311 halt = TRUE; in main()
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c46 boolean_t halt; variable
77 halt = B_TRUE; in bootflags()
271 if (halt == B_TRUE) in bootflags()
/titanic_41/usr/src/uts/sun4/os/
H A Dcpu_states.c272 halt(char *s) in halt() function
330 extern void halt(char *); in do_shutdown()
332 halt("Power off the System"); /* just in case */ in do_shutdown()
H A Dstartup.c342 #define debug_pause(str) halt((str))
1531 halt(0); in startup_modules()
1584 halt("Can't load specfs"); in startup_modules()
1587 halt("Can't load devfs"); in startup_modules()
1590 halt("Can't load procfs"); in startup_modules()
1593 halt("Can't load swapgeneric"); in startup_modules()
2273 halt("Can't load vis"); in post_startup()
3131 halt(0); in do_prom_version_check()
/titanic_41/usr/src/cmd/halt/
H A DMakefile26 PROG = halt
40 ROOTSYMLINKS= $(ROOTETC)/halt $(ROOTETC)/reboot
/titanic_41/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
710 /usr/sbin/zoneadm -z $ZONENAME halt
/titanic_41/usr/src/ucbcmd/fasthalt/
H A Dfasthalt.sh45 halt $*
/titanic_41/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 ;;
/titanic_41/usr/src/ucbcmd/shutdown/
H A Dshutdown.c110 int halt = 0; variable
241 halt = 1; in main()
256 if (doreboot && halt) { in main()
319 } else if (halt) { in main()
/titanic_41/usr/src/cmd/zoneadm/
H A Dsvc-zones137 zoneadm -z $zone halt &
/titanic_41/usr/src/uts/sun4u/starfire/os/
H A Dbbus_intr.c234 extern void halt(char *); in bbus_intr()
237 halt("Power off the System!\n"); /* just in case */ in bbus_intr()
H A Dstarfire.c114 halt("Firmware upgrade is required to boot this OS!"); in set_platform_defaults()
122 halt("Firmware upgrade is required to boot this OS!"); in set_platform_defaults()
/titanic_41/usr/src/cmd/
H A DMakefile191 halt \
593 halt \
H A DMakefile.check111 halt/smf.$(MACH) \
/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c768 halt("This processor is not supported by this release " in startup_init()
1578 halt("Can't load specfs"); in startup_modules()
1581 halt("Can't load devfs"); in startup_modules()
1584 halt("Can't load dev"); in startup_modules()
1587 halt("Can't load procfs"); in startup_modules()
2145 halt("Can't load TOD module"); in load_tod_module()
2332 halt("No working FP hardware found"); in post_startup()
H A Dmachdep.c366 halt((char *)NULL); in mdboot()
503 halt(char *s) in halt() function
/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_i86.h223 extern void halt(char *fmt);
/titanic_41/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c593 extern void halt(char *); in xen_shutdown()
594 halt("Power off the System"); /* just in case */ in xen_shutdown()
/titanic_41/usr/src/uts/sun4u/os/
H A Dmach_startup.c200 halt("Can't load tod module"); in load_tod_module()
H A Dmach_cpu_states.c126 halt((char *)NULL); in mdboot()
/titanic_41/usr/src/uts/common/cpr/
H A Dcpr_mod.c468 halt(NULL); in cpr()
/titanic_41/usr/src/uts/i86pc/ml/
H A Damd64.il162 * Call the halt instruction. This will put the CPU to sleep until
H A Dia32.il158 * Call the halt instruction. This will put the CPU to sleep until
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c756 extern void halt(char *); in scosmb_process_input()
760 halt("Power off the System!\n"); in scosmb_process_input()

123