Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 22 of file reboot.c.
Referenced by KdpSendWaitContinue(), KeBugCheckWithTf(), and PopShutdownSystem().
{ /* Check what kind of action this is */ switch (Action) { /* All recognized actions */ case HalHaltRoutine: case HalRebootRoutine: /* Acquire the display */ InbvAcquireDisplayOwnership(); /* Anything else */ default: /* Print message and break */ DbgPrint("HalReturnToFirmware called!\n"); DbgBreakPoint(); } }