halt
void halt(void);
void halt(void);
int halt; /* TRUE if we need to stop */
halt = FALSE;
while (!halt && *argp) {
halt = TRUE;
halt = TRUE;
if (halt == B_TRUE)
boolean_t halt;
halt = B_TRUE;
int halt = 0;
halt = 1;
if (doreboot && halt) {
} else if (halt) {
halt(NULL);
extern void halt(char *);
halt("Power off the System"); /* just in case */
halt("unix: Could not start init");
void halt(char *);
halt("Memory allocation between bop_alloc() and "
extern void halt(char *);
halt("Power off the System"); /* just in case */
extern void halt(char *);
halt((char *)NULL);
halt("the operating system does not yet support this hardware");
halt("Can't load specfs");
halt("Can't load devfs");
halt("Can't load dev");
halt("Can't load procfs");
halt("Can't load TOD module");
halt("This processor is not supported by this release "
extern void halt(char *fmt);
extern void halt(char *);
halt("Power off the System"); /* just in case */
SDT_PROBE3(vmm, vmx, exit, halt, vmx, vcpu, vmexit);
SDT_PROBE_DEFINE3(vmm, vmx, exit, halt,
extern void halt(char *);
halt("Power off the System"); /* just in case */
halt("Can't load specfs");
halt("Can't load devfs");
halt("Can't load procfs");
halt("Can't load swapgeneric");
halt("Can't load vis");
#define debug_pause(str) halt((str))
halt("power_down() failed, trying halt()");
halt((char *)NULL);
halt("Can't load tod module");
halt("power_down() failed, trying halt()");
halt("Power off the System");
extern void halt(char *);
halt((char *)NULL);