Searched refs:reboot (Results 176 - 200 of 471) sorted by relevance

1234567891011>>

/linux-master/arch/parisc/kernel/
H A Dprocess.c29 #include <linux/reboot.h>
119 printk("Power off or press RETURN to reboot.\n");
125 /* reboot if user presses RETURN key */
/linux-master/drivers/parisc/
H A Dlasi.c20 #include <linux/reboot.h>
H A Dpower.c16 #include <linux/reboot.h>
/linux-master/drivers/power/reset/
H A Dodroid-go-ultra-poweroff.c12 #include <linux/reboot.h>
H A Dgemini-poweroff.c16 #include <linux/reboot.h>
/linux-master/arch/powerpc/sysdev/
H A Dfsl_soc.c25 #include <linux/reboot.h>
/linux-master/arch/powerpc/kexec/
H A Dcrash.c12 #include <linux/reboot.h>
/linux-master/arch/openrisc/kernel/
H A Dprocess.c36 #include <linux/reboot.h>
62 /* Whoops - the platform was unable to reboot. Tell the user! */
/linux-master/drivers/mfd/
H A Dacer-ec-a500.c13 #include <linux/reboot.h>
/linux-master/arch/mips/jazz/
H A Dsetup.c23 #include <asm/reboot.h>
/linux-master/arch/mips/sni/
H A Dsetup.c30 #include <asm/reboot.h>
/linux-master/arch/mips/loongson64/
H A Dreset.c18 #include <asm/reboot.h>
/linux-master/arch/mips/kernel/
H A Dmachine_kexec.c11 #include <linux/reboot.h>
189 * smp reboot. Kdump usually doesn't require an smp new
255 /* Make reboot code buffer available to the boot CPU. */
/linux-master/tools/include/nolibc/
H A Dtypes.h12 #include <linux/reboot.h> /* for LINUX_REBOOT_* */
98 /* flags for reboot */
/linux-master/drivers/reset/
H A Dreset-sunplus.c14 #include <linux/reboot.h>
/linux-master/arch/s390/kernel/
H A Dmachine_kexec.c13 #include <linux/reboot.h>
/linux-master/arch/arm/kernel/
H A Dmachine_kexec.c9 #include <linux/reboot.h>
194 /* get the identity mapping physical address for the reboot code */
/linux-master/arch/x86/kernel/
H A Dcrash.c19 #include <linux/reboot.h>
40 #include <asm/reboot.h>
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py65 reboot = False variable in class:SystemValues
139 if '@reboot' not in line:
148 if arg in ['-h', '-v', '-cronjob', '-reboot', '-verbose']:
170 '3. After reboot, re-run this tool with the same arguments but no command (w/o -reboot or -manual).\n\n'\
704 # (restore=False) Set the tool to run automatically on reboot
725 # backup current cron and install new one with reboot
740 op.write('@reboot python %s\n' % sysvals.cronjobCmdString())
874 ' -reboot Reboot the machine automatically and generate a new timeline\n'\
875 ' -manual Show the steps to generate a new timeline manually (used with -reboot)\
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl61 "REBOOT" => "ssh \$SSH_USER\@\$MACHINE reboot",
67 "GRUB_REBOOT" => "grub2-reboot",
113 my $reboot;
261 # reboot on success
292 "REBOOT" => \$reboot,
428 A script or command to reboot the box.
433 Here is an example to reboot a virtual box on the current host
454 Way to reboot the box to the test kernel.
459 and select that target to reboot to the kernel. If this is not
484 reboot int
1445 sub reboot { subroutine
[all...]
/linux-master/drivers/watchdog/
H A Dcpwd.c81 bool reboot; member in struct:cpwd
549 prop_val = of_get_property(options, "watchdog-reboot?", NULL);
550 p->reboot = (prop_val ? true : false);
H A Dmixcomwd.c49 #include <linux/reboot.h>
298 pr_warn("I quit now, hardware will probably reboot!\n");
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile255 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
260 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
/linux-master/arch/mips/txx9/rbtx4927/
H A Dsetup.c54 #include <asm/reboot.h>
/linux-master/kernel/
H A Duid16.c10 #include <linux/reboot.h>

Completed in 444 milliseconds

1234567891011>>