Lines Matching full:shutdown
262 * Shutdown everything and perform a clean reboot.
291 * Shutdown everything and perform a clean system halt.
676 * Shutdown everything and perform a clean system power_off.
854 pr_warn("Failed to start orderly shutdown: forcing the issue\n"); in __orderly_poweroff()
859 * emergency shutdown? in __orderly_poweroff()
881 * This may be called from any context to trigger a system shutdown.
882 * If the orderly shutdown fails, it will force an immediate shutdown.
921 * We have reached here after the emergency shutdown waiting period has in hw_failure_emergency_poweroff_func()
934 pr_emerg("Hardware protection shutdown failed. Trying emergency restart\n"); in hw_failure_emergency_poweroff_func()
944 * This may be called from any critical situation to trigger a system shutdown
958 * @reason: Reason of emergency shutdown to be printed.
959 * @ms_until_forced: Time to wait for orderly shutdown before tiggering a
961 * shutdown.
963 * Initiate an emergency system shutdown in order to protect hardware from
966 * NOTE: The request is ignored if protection shutdown is already pending even
967 * if the previous request has given a large timeout for forced shutdown.
974 pr_emerg("HARDWARE PROTECTION shutdown (%s)\n", reason); in hw_protection_shutdown()
976 /* Shutdown should be initiated only once. */ in hw_protection_shutdown()
981 * Queue a backup emergency shutdown in the event of in hw_protection_shutdown()