Lines Matching full:shutdown
242 * Shutdown everything and perform a clean reboot.
270 * Shutdown everything and perform a clean system halt.
286 * Shutdown everything and perform a clean system power_off.
465 pr_warn("Failed to start orderly shutdown: forcing the issue\n"); in __orderly_poweroff()
470 * emergency shutdown? in __orderly_poweroff()
492 * This may be called from any context to trigger a system shutdown.
493 * If the orderly shutdown fails, it will force an immediate shutdown.
532 * We have reached here after the emergency shutdown waiting period has in hw_failure_emergency_poweroff_func()
545 pr_emerg("Hardware protection shutdown failed. Trying emergency restart\n"); in hw_failure_emergency_poweroff_func()
555 * This may be called from any critical situation to trigger a system shutdown
569 * @reason: Reason of emergency shutdown to be printed.
570 * @ms_until_forced: Time to wait for orderly shutdown before tiggering a
572 * shutdown.
574 * Initiate an emergency system shutdown in order to protect hardware from
577 * NOTE: The request is ignored if protection shutdown is already pending even
578 * if the previous request has given a large timeout for forced shutdown.
585 pr_emerg("HARDWARE PROTECTION shutdown (%s)\n", reason); in hw_protection_shutdown()
587 /* Shutdown should be initiated only once. */ in hw_protection_shutdown()
592 * Queue a backup emergency shutdown in the event of in hw_protection_shutdown()