Lines Matching full:reboot

3  *  linux/kernel/reboot.c
8 #define pr_fmt(fmt) "reboot: " fmt
15 #include <linux/reboot.h>
22 * this indicates whether you can reboot with ctrl-alt-del: the default is yes
39 * reboot_type is still set to its default value (i.e., reboot= hasn't
41 * suppress DMI scanning for reboot quirks. Without it, it's
42 * impossible to override a faulty reboot quirk without recompiling.
57 * emergency_restart - reboot the system
60 * reboot the system. This is called when we know we are in
61 * trouble so this is our best effort to reboot. This is
80 * register_reboot_notifier - Register function to be called at reboot time
84 * to be called at reboot time.
96 * unregister_reboot_notifier - Unregister previously registered reboot notifier
99 * Unregisters a previously registered reboot
225 /* Make certain the cpu I'm about to reboot on is online */ in migrate_to_reboot_cpu()
237 * kernel_restart - reboot the system
241 * Shutdown everything and perform a clean reboot.
303 * Reboot system call: for obvious reasons only root may call it,
305 * so that some mistake won't make this reboot the whole machine.
308 * reboot doesn't sync: do that yourself before calling this.
310 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, in SYSCALL_DEFINE4() argument
407 * is whether to reboot at once, or just ignore the ctrl-alt-del.
420 static const char reboot_cmd[] = "/sbin/reboot";
449 pr_warn("Failed to start orderly reboot: forcing the issue\n"); in __orderly_reboot()
510 * orderly_reboot - Trigger an orderly system reboot
512 * This may be called from any context to trigger a system reboot.
513 * If the orderly reboot fails, it will force an immediate reboot.
528 * reboot= will cause us to disable DMI checking in reboot_setup()
562 pr_err("Ignoring the CPU number in reboot= option. " in reboot_setup()
596 __setup("reboot=", reboot_setup);