Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevfree.c144 int halt; /* TRUE if we need to stop */ in main() local
266 halt = FALSE; in main()
267 while (!halt && *argp) { in main()
285 halt = TRUE; in main()
308 halt = TRUE; in main()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c42 boolean_t halt; variable
73 halt = B_TRUE; in bootflags()
254 if (halt == B_TRUE) in bootflags()
/illumos-gate/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.c338 #define debug_pause(str) halt((str))
1558 halt("Can't load specfs"); in startup_modules()
1561 halt("Can't load devfs"); in startup_modules()
1564 halt("Can't load procfs"); in startup_modules()
1567 halt("Can't load swapgeneric"); in startup_modules()
2247 halt("Can't load vis"); in post_startup()
/illumos-gate/usr/src/cmd/halt/
H A DMakefile27 PROG = halt
41 ROOTSYMLINKS= $(ROOTETC)/halt $(ROOTETC)/reboot
/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
710 /usr/sbin/zoneadm -z $ZONENAME halt
/illumos-gate/usr/src/ucbcmd/fasthalt/
H A Dfasthalt.sh45 halt $*
/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/ucbcmd/shutdown/
H A Dshutdown.c108 int halt = 0; variable
239 halt = 1; in main()
254 if (doreboot && halt) { in main()
317 } else if (halt) { in main()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-zones137 zoneadm -z $zone halt &
/illumos-gate/usr/src/cmd/
H A DMakefile201 halt \
611 halt \
H A DMakefile.check112 halt/smf.$(MACH) \
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c812 halt("This processor is not supported by this release " in startup_init()
1563 halt("Can't load specfs"); in startup_modules()
1566 halt("Can't load devfs"); in startup_modules()
1569 halt("Can't load dev"); in startup_modules()
1572 halt("Can't load procfs"); in startup_modules()
2085 halt("Can't load TOD module"); in load_tod_module()
H A Dmachdep.c373 halt((char *)NULL); in mdboot()
516 halt(char *s) in halt() function
/illumos-gate/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()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h242 extern void halt(char *fmt);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_startup.c201 halt("Can't load tod module"); in load_tod_module()
H A Dmach_cpu_states.c126 halt((char *)NULL); in mdboot()
/illumos-gate/usr/src/man/man8/
H A DMakefile169 halt.8 \
669 poweroff.8 := LINKSRC = halt.8
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h207 halt(void) in halt() function
727 void halt(void);
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c468 halt(NULL); in cpr()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h199 halt(void) in halt() function
816 void halt(void);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-4201 * halt: halt.
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c663 extern void halt(char *); in do_shutdown()
664 halt("Power off the System"); /* just in case */ in do_shutdown()

123