/titanic_41/usr/src/cmd/devmgmt/cmds/ |
H A D | devfree.c | 147 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 D | bootflags.c | 46 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 D | cpu_states.c | 272 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 D | startup.c | 342 #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 D | Makefile | 26 PROG = halt 40 ROOTSYMLINKS= $(ROOTETC)/halt $(ROOTETC)/reboot
|
/titanic_41/usr/src/lib/brand/solaris10/zone/ |
H A D | clone.ksh | 125 /usr/sbin/zoneadm -z $ZONENAME halt 129 /usr/sbin/zoneadm -z $ZONENAME halt
|
H A D | p2v.ksh | 49 /usr/sbin/zoneadm -z $ZONENAME halt 710 /usr/sbin/zoneadm -z $ZONENAME halt
|
/titanic_41/usr/src/ucbcmd/fasthalt/ |
H A D | fasthalt.sh | 45 halt $*
|
/titanic_41/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 553 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 D | shutdown.c | 110 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 D | svc-zones | 137 zoneadm -z $zone halt &
|
/titanic_41/usr/src/uts/sun4u/starfire/os/ |
H A D | bbus_intr.c | 234 extern void halt(char *); in bbus_intr() 237 halt("Power off the System!\n"); /* just in case */ in bbus_intr()
|
H A D | starfire.c | 114 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 D | Makefile | 191 halt \ 593 halt \
|
H A D | Makefile.check | 111 halt/smf.$(MACH) \
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | startup.c | 768 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 D | machdep.c | 366 halt((char *)NULL); in mdboot() 503 halt(char *s) in halt() function
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.h | 223 extern void halt(char *fmt);
|
/titanic_41/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 593 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 D | mach_startup.c | 200 halt("Can't load tod module"); in load_tod_module()
|
H A D | mach_cpu_states.c | 126 halt((char *)NULL); in mdboot()
|
/titanic_41/usr/src/uts/common/cpr/ |
H A D | cpr_mod.c | 468 halt(NULL); in cpr()
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | amd64.il | 162 * Call the halt instruction. This will put the CPU to sleep until
|
H A D | ia32.il | 158 * Call the halt instruction. This will put the CPU to sleep until
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | scosmb.c | 756 extern void halt(char *); in scosmb_process_input() 760 halt("Power off the System!\n"); in scosmb_process_input()
|