Searched defs:halt (Results 1 - 8 of 8) sorted by relevance

/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 */
/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/boot/sys/boot/i386/cdboot/
H A Dcdboot.S444 # Display error message at [SI] and halt.
447 halt: hlt label
448 jmp halt # Spin
/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/os/
H A Dmachdep.c366 halt((char *)NULL);
505 halt(char *s) function
/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 54 milliseconds