/linux-4.4.14/Documentation/devicetree/bindings/power/reset/ |
D | syscon-reboot.txt | 6 with the mask defined in the reboot node. 9 - compatible: should contain "syscon-reboot" 11 - offset: offset in the register map for the reboot register (in bytes) 12 - mask: the reset value written to the reboot register (32 bit access) 18 reboot { 19 compatible = "syscon-reboot";
|
/linux-4.4.14/drivers/power/reset/ |
D | Makefile | 5 obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o 8 obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o 15 obj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o 17 obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o 19 obj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o 22 obj-$(CONFIG_POWER_RESET_ZX) += zx-reboot.o
|
D | Kconfig | 119 bool "ARM Versatile family reboot driver"
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm63138.txt | 54 reboot 56 Two nodes are required for software reboot: a timer node and a syscon-reboot node. 63 Syscon reboot node: 65 See Documentation/devicetree/bindings/power/reset/syscon-reboot.txt for the 80 reboot { 81 compatible = "syscon-reboot";
|
D | brcm,brcmstb.txt | 66 Nodes that allow for support of SMP initialization and reboot are required: 96 reboot 101 The string property "brcm,brcmstb-reboot" for 40nm/28nm chips with 102 the new SYS_CTRL interface, or "brcm,bcm7038-reboot" for 65nm 113 reboot { 114 compatible = "brcm,brcmstb-reboot";
|
/linux-4.4.14/Documentation/watchdog/ |
D | wdt.txt | 11 to within a timeout or the machine will reboot. Each write delays the reboot 13 reboot will depend on the state of the machines and interrupts. The hardware 15 will reboot from almost anything.
|
D | watchdog-api.txt | 26 system (causing a reboot) after the timeout occurs. 36 activates as soon as /dev/watchdog is opened and will reboot unless 48 crashes the system will not reboot. Because of this, some of the 52 started. So, if the watchdog daemon crashes, the system will reboot 65 cause a reboot if the watchdog is not re-opened in sufficient time. 131 Get the number of seconds before reboot: 134 before the system will reboot. The WDIOC_GETTIMELEFT is the ioctl 135 that returns the number of seconds before reboot. 144 the reason for the last reboot of the system. The GETSUPPORT ioctl is 185 The last reboot was caused by the watchdog card [all …]
|
D | watchdog-parameters.txt | 157 testmode: Watchdog test mode (1 = no reboot), default=0 254 soft_noboot: Watchdog action, set to 1 to ignore reboots, 0 to reboot 327 soft_noboot: Softdog action, set to 1 to ignore reboots, 0 to reboot 377 testmode: Watchdog testmode (1 = no reboot), default=0 391 testmode: Watchdog testmode (1 = no reboot), default=0
|
D | hpwdt.txt | 54 2. reboot the sever
|
/linux-4.4.14/arch/arm/mach-zynq/ |
D | slcr.c | 108 u32 reboot; in zynq_slcr_system_restart() local 115 zynq_slcr_read(&reboot, SLCR_REBOOT_STATUS_OFFSET); in zynq_slcr_system_restart() 116 zynq_slcr_write(reboot & 0xF0FFFFFF, SLCR_REBOOT_STATUS_OFFSET); in zynq_slcr_system_restart()
|
/linux-4.4.14/arch/mips/boot/dts/brcm/ |
D | bcm6328.dtsi | 79 reboot { 80 compatible = "syscon-reboot";
|
D | bcm7125.dtsi | 104 reboot { 105 compatible = "brcm,bcm7038-reboot";
|
D | bcm7420.dtsi | 105 reboot { 106 compatible = "brcm,bcm7038-reboot";
|
D | bcm7435.dtsi | 120 reboot { 121 compatible = "brcm,brcmstb-reboot";
|
D | bcm7358.dtsi | 118 reboot { 119 compatible = "brcm,brcmstb-reboot";
|
D | bcm7360.dtsi | 118 reboot { 119 compatible = "brcm,brcmstb-reboot";
|
D | bcm7425.dtsi | 106 reboot { 107 compatible = "brcm,brcmstb-reboot";
|
D | bcm7362.dtsi | 124 reboot { 125 compatible = "brcm,brcmstb-reboot";
|
D | bcm7346.dtsi | 124 reboot { 125 compatible = "brcm,brcmstb-reboot";
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | boot-options.txt | 42 in a reboot. On Intel systems it is enabled by default. 112 reboot=b[ios] | t[riple] | k[bd] | a[cpi] | e[fi] [, [w]arm | [c]old] 113 bios Use the CPU reboot vector for warm reset 114 warm Don't set the cold reboot flag 115 cold Set the cold reboot flag 119 ACPI reset does not work, the reboot path attempts the reset using 122 EFI reset does not work, the reboot path attempts the reset using 128 on reboot so there may be boot problems on some systems. 130 reboot=force 132 Don't stop other CPUs on reboot. This can make reboot more reliable
|
D | uefi.txt | 38 reboot_type=k turn off EFI reboot runtime service
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-emmc.txt | 7 unknown state), and before performing complete system reboot (also in 8 case of emergency reboot call). The latter is needed on boards, which
|
/linux-4.4.14/Documentation/power/ |
D | s2ram.txt | 23 driver that doesn't resume and recompile and reboot). 39 - if it doesn't come back up (which is usually the problem), reboot by 70 survive a reboot. 82 As the clock keeps ticking it is also essential that the reboot is done
|
D | interface.txt | 40 [shutdown] reboot test testproc 46 'reboot' 70 reboot it and run
|
D | basic-pm-debugging.txt | 6 To check if hibernation works, you can try to hibernate in the "reboot" mode: 8 # echo reboot > /sys/power/disk 11 and the system should create a hibernation image, reboot, resume and get back to 16 resuming the system.] Moreover, hibernating in the "reboot" and "shutdown" 19 to hibernate or resume in the "reboot" mode, you should try the "platform" mode: 33 (it is similar to the "reboot" mode, but it requires you to press the power 152 "reboot", "shutdown" and "platform" modes. If that does not work, there
|
D | drivers-testing.txt | 28 b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and 35 in the "reboot", "shutdown" and "platform" modes.
|
/linux-4.4.14/kernel/ |
D | pid_namespace.c | 265 if (pid_ns->reboot) in zap_pid_ns_processes() 266 current->signal->group_exit_code = pid_ns->reboot; in zap_pid_ns_processes() 316 pid_ns->reboot = SIGHUP; in reboot_pid_ns() 321 pid_ns->reboot = SIGINT; in reboot_pid_ns()
|
D | reboot.c | 280 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, in SYSCALL_DEFINE4() argument
|
D | Makefile | 11 notifier.o ksysfs.o cred.o reboot.o \
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-toshiba_acpi | 15 a reboot for changes to take effect. 112 Note that toggling this value requires a reboot for changes to 156 Note that toggling this value requires a reboot for changes to 168 Note that toggling this value requires a reboot for changes to 179 Note that toggling this value requires a reboot for changes to
|
D | sysfs-firmware-gsmi | 43 a reboot is required for the configuration to be 57 Callers should assume that a reboot is needed
|
D | sysfs-power | 51 'reboot' - the memory image will be saved by the kernel and 73 'reboot' 110 the machine, then reboot it and run
|
D | sysfs-bus-iio | 1215 since the last reboot while activated. Units after application 1331 since the last reboot while activated.
|
/linux-4.4.14/arch/m68k/hp300/ |
D | Makefile | 5 obj-y := config.o time.o reboot.o
|
/linux-4.4.14/Documentation/ |
D | basic_profiling.txt | 35 Configure with CONFIG_PROFILING=y and CONFIG_OPROFILE=y & reboot on new kernel 55 A reset is needed to clear old statistics, which survive a reboot.
|
D | dell_rbu.txt | 28 inform the BIOS to enable the update in the next system reboot. 97 code which sends the BIOS update request to the BIOS. So on the next reboot
|
D | sysrq.txt | 27 128 = 0x80 - allow reboot/poweroff 68 'b' - Will immediately reboot the system without syncing or unmounting 150 reboot(b) is good when you're unable to shut down. But you should also 163 umount(u), then reboot(b) when my system locks. It's saved me many a fsck.
|
D | SAK.txt | 24 What key sequence should you use? Well, CTRL-ALT-DEL is used to reboot
|
D | ldm.txt | 23 partitions and filesystems without the need to reboot.
|
D | lockup-watchdogs.txt | 30 to cause the system to reboot automatically after a specified amount
|
D | ramoops.txt | 115 # reboot -f
|
D | debugging-via-ohci1394.txt | 163 host loaded, reboot the debugged machine, booting the kernel which has
|
D | cpu-hotplug.txt | 223 It's said poweroff/reboot may depend on CPU0 on some machines although I haven't 224 seen any poweroff/reboot failure so far after CPU0 is offline on a few tested
|
D | robust-futexes.txt | 46 In practice, when e.g. yum is kill -9-ed (or segfaults), a system reboot
|
D | intel_txt.txt | 146 attempt to crash the system to gain control on reboot and steal
|
D | IPMI.txt | 644 gets a pre-action. During a panic or a reboot, the watchdog will 645 start a 120 timer if it is running to make sure the reboot occurs.
|
D | 00-INDEX | 473 - how to auto-reboot Linux if it has "fallen and can't get up". ;-)
|
D | bcache.txt | 89 This only has to be done once. The next time you reboot, just reregister all
|
D | kernel-parameters.txt | 300 be necessary to carry out a cold reboot _twice_ in a 517 until the next reboot 2536 nonmi_ipi [X86] Disable using NMI IPIs during panic/reboot to 2595 It's said poweroff/reboot may depend on CPU0 on some 2657 Useful together with panic=30 to trigger a reboot. 2671 timeout < 0: reboot immediately 3331 reboot= [KNL]
|
D | DMA-API.txt | 674 Notice that you can not enable it again at runtime. You have to reboot to do
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.ChangeLog | 28 Apr 2002: Fix 3270 console reboot loop 29 * (Belated log entry) Fixed reboot loop if 3270 console,
|
D | 3270.txt | 96 haven't already. Define them before you reboot (reipl): 102 4. Reboot. The reboot process scans hardware devices, including 177 3215 console and then reboot the system.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/hisilicon/ |
D | hisilicon.txt | 40 - reboot-offset : offset in sysctrl for system reboot 50 reboot-offset = <0x4>; 170 reboot-offset = <0x4>;
|
/linux-4.4.14/fs/pstore/ |
D | Kconfig | 29 interface /dev/pmsg0 to log user space messages. On reboot 41 ram buffer that can be decoded and dumped after reboot through
|
/linux-4.4.14/drivers/firmware/efi/ |
D | Makefile | 12 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | reboot.txt | 1 Reboot property to control system reboot on PPC4xx systems:
|
/linux-4.4.14/arch/mips/fw/arc/ |
D | misc.c | 59 ARC_CALL0(reboot); in ArcReboot()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | bcm63138.dtsi | 171 reboot { 172 compatible = "syscon-reboot";
|
D | hip01.dtsi | 93 reboot-offset = <0x4>;
|
D | bcm7445.dtsi | 312 reboot { 313 compatible = "brcm,brcmstb-reboot";
|
D | vfxxx.dtsi | 46 reboot: syscon-reboot { label 47 compatible = "syscon-reboot";
|
D | vexpress-v2m-rs1.dtsi | 432 reboot@0 { 433 compatible = "arm,vexpress-reboot";
|
D | vexpress-v2m.dtsi | 431 reboot@0 { 432 compatible = "arm,vexpress-reboot";
|
D | hisi-x5hd2.dtsi | 398 reboot { 399 compatible = "syscon-reboot";
|
D | hi3620.dtsi | 101 reboot-offset = <0x4>;
|
D | rk3288-veyron.dtsi | 505 reboot {
|
/linux-4.4.14/arch/mips/lantiq/ |
D | clk.h | 71 void (*reboot) (struct clk *clk); member
|
/linux-4.4.14/arch/arm64/boot/dts/apm/ |
D | apm-shadowcat.dtsi | 180 reboot: reboot@17000014 { label 181 compatible = "syscon-reboot";
|
D | apm-storm.dtsi | 420 reboot: reboot@17000014 { label 421 compatible = "syscon-reboot";
|
/linux-4.4.14/include/linux/usb/ |
D | msm_hsusb.h | 197 struct notifier_block reboot; member
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig | 101 current kernel, and to start another kernel. It is like a reboot 102 but it is independent of the system firmware. And like a reboot
|
/linux-4.4.14/arch/um/kernel/ |
D | Makefile | 14 physmem.o process.o ptrace.o reboot.o sigio.o \
|
/linux-4.4.14/include/linux/ |
D | pid_namespace.h | 46 int reboot; /* group exit code if this pidns was rebooted */ member
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | Makefile | 10 fixed_code.o reboot.o bfin_dma.o \
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | imx-thermal.txt | 7 is higher than panic threshold, system will auto reboot by SRC module.
|
/linux-4.4.14/arch/tile/kernel/ |
D | Makefile | 7 pci-dma.o proc.o process.o ptrace.o reboot.o \
|
/linux-4.4.14/Documentation/security/ |
D | SELinux.txt | 17 you are, reboot with selinux disabled
|
/linux-4.4.14/Documentation/scsi/ |
D | dpti.txt | 55 * Enabled hba reset from ioctls (allows a FW flash to reboot and use the new 56 * FW without having to reboot)
|
D | lpfc.txt | 36 being removed, a switch rebooting, or a device reboot), the driver could
|
D | BusLogic.txt | 557 appropriate, and reboot.
|
/linux-4.4.14/arch/sh/kernel/ |
D | Makefile | 18 reboot.o return_address.o \
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | Makefile | 26 realmode-y += reboot.o
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | rtsm_ve-motherboard.dtsi | 265 reboot@0 { 266 compatible = "arm,vexpress-reboot";
|
D | vexpress-v2m-rs1.dtsi | 432 reboot@0 { 433 compatible = "arm,vexpress-reboot";
|
/linux-4.4.14/drivers/watchdog/ |
D | Kconfig | 17 reboot the machine) and a driver for hardware watchdog boards, which 25 also monitor NFS connections and can reboot the machine when the process 61 A software monitoring watchdog. This will fail to reboot your system 173 ARM Primecell SP805 Watchdog timer. This will reboot your system when 180 Watchdog timer embedded into AT91RM9200 chips. This will reboot your 189 reboot your system when the timeout is reached. 198 This will reboot your system when the timeout is reached. 252 Watchdog timer embedded into KS8695 processor. This will reboot your 268 Watchdog timer block in the Samsung SoCs. This will reboot 284 reboot your system when timeout is reached. [all …]
|
D | cpwd.c | 79 bool reboot; member 570 p->reboot = (prop_val ? true : false); in cpwd_probe()
|
/linux-4.4.14/drivers/acpi/ |
D | Makefile | 21 acpi-y += osl.o utils.o reboot.o
|
D | Kconfig | 119 Controller in a way that a normal reboot is not enough. You then
|
/linux-4.4.14/Documentation/networking/ |
D | ipv6.txt | 34 A reboot is required to enable IPv6.
|
D | de4x5.txt | 49 reboot sequences). Loadable module support under PCI and EISA has been 76 kernel with the de4x5 configuration turned off and reboot.
|
D | igb.txt | 74 WoL will be enabled on the system during the next shut down or reboot.
|
D | iphase.txt | 55 e. Install the new built kernel and modules and reboot.
|
D | e100.txt | 140 WoL will be enabled on the system during the next shut down or reboot. For
|
D | README.sb1000 | 139 If you do this to /proc/sys/net/ipv4/conf/default/rp_filter on each reboot
|
D | e1000e.txt | 292 WoL will be enabled on the system during the next shut down or reboot.
|
D | cxgb.txt | 110 Making any of the following system changes will only last until you reboot
|
D | arcnet.txt | 120 messages when you reboot into the new Linux kernel. 507 with "arcnet:" and has shown up since the last reboot) in your mail.
|
D | ixgb.txt | 249 only last only until the next system reboot.
|
D | e1000.txt | 444 WoL will be enabled on the system during the next shut down or reboot.
|
/linux-4.4.14/fs/lockd/ |
D | svc4proc.c | 496 PROC(sm_notify, reboot, void, reboot, void, 1),
|
D | svcproc.c | 540 PROC(sm_notify, reboot, void, reboot, void, 1),
|
/linux-4.4.14/arch/arm/kernel/ |
D | Makefile | 19 process.o ptrace.o reboot.o return_address.o \
|
/linux-4.4.14/arch/sparc/kernel/ |
D | Makefile | 58 obj-$(CONFIG_SPARC64) += reboot.o
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 100 my $reboot; 248 "REBOOT" => \$reboot, 1326 sub reboot { subroutine 1340 if (run_command $reboot) { 1380 reboot $time; 1899 reboot; 2099 reboot $sleep_time;
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-log.txt | 33 will not survive a reboot or crash, but there may be a small boost in
|
D | snapshot.txt | 44 after reboot). O (Overflow) can be added as a persistent store option
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 44 system and powers it off; and restores that checkpoint on reboot. 207 reboot. The architecture needs to support this, x86 for 229 machine, reboot it and then run
|
/linux-4.4.14/arch/x86/kernel/ |
D | Makefile | 56 obj-y += reboot.o
|
/linux-4.4.14/arch/mips/lantiq/falcon/ |
D | sysctrl.c | 181 clk->reboot = sysctl_reboot; in clkdev_add_sys()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | vexpress-sysreg.txt | 75 "arm,vexpress-reboot"
|
/linux-4.4.14/Documentation/acpi/ |
D | method-customizing.txt | 16 rebuild/reboot is not needed and test result can be got in minutes.
|
D | initrd_table_override.txt | 72 # reboot with increased acpi debug level, e.g. boot params:
|
/linux-4.4.14/arch/um/ |
D | Kconfig.um | 71 will be able to flush the buffer cache to disk, reboot the system
|
/linux-4.4.14/drivers/platform/chrome/ |
D | cros_ec_sysfs.c | 283 static DEVICE_ATTR(reboot, S_IWUSR | S_IRUGO, show_ec_reboot, store_ec_reboot);
|
/linux-4.4.14/fs/proc/ |
D | Kconfig | 54 a recompile of the kernel or reboot of the system. The primary
|
/linux-4.4.14/arch/x86/boot/ |
D | header.S | 75 # Allow the user to press a key, then reboot
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-msm-usb.c | 1640 struct msm_otg *motg = container_of(this, struct msm_otg, reboot); in msm_otg_reboot_notify() 1825 motg->reboot.notifier_call = msm_otg_reboot_notify; in msm_otg_probe() 1826 register_reboot_notifier(&motg->reboot); in msm_otg_probe() 1860 unregister_reboot_notifier(&motg->reboot); in msm_otg_remove()
|
/linux-4.4.14/drivers/misc/mic/ |
D | Kconfig | 102 shutdown, reset and reboot of MIC devices.
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 7 - Compile and install kernel and modules, reboot.
|
/linux-4.4.14/lib/ |
D | Kconfig.kgdb | 123 CONFIG_KDB_CONTINUE_CATASTROPHIC == 2. KDB forces a reboot.
|
D | Kconfig.debug | 368 will be able to flush the buffer cache to disk, reboot the system 747 to cause the system to reboot automatically after a 801 to cause the system to reboot automatically after a 840 Set the timeout value (in seconds) until a reboot occurs when the 843 value n < 0 will reboot immediately. 1215 on a single reboot.
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 80 next reboot will launch the installation and recovery tool. If set to
|
/linux-4.4.14/arch/mips/include/asm/ |
D | sgiarcs.h | 195 LONG reboot; /* Reboot the machine. */ member
|
/linux-4.4.14/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 36 unlike kdump, fadump doesn't need a 2nd reboot to get back 213 dump and continue without 2nd reboot.
|
D | eeh-pci-error-recovery.txt | 17 card to be "rebooted", without also having to reboot the operating 28 the OS the ability to "reboot"/recover individual PCI devices.
|
D | cxlflash.txt | 104 restart and also reboot. The virtual LUNs do not persist (i.e. do
|
D | hvcs.txt | 523 after a reboot. What happened?
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 164 ENTRY_SAME(reboot)
|
/linux-4.4.14/Documentation/ia64/ |
D | efirtc.txt | 94 i.e. reboot. This is very different from the alarm provided by the legacy
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs.txt | 39 or loss of state during NFS reboot recovery or transparent state migration.
|
D | Exporting | 15 server-reboot (among other things, though these tend to be the most
|
D | nfs-rdma.txt | 138 - Build, install, reboot
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 14 the reboot and is accessible to the dump-capture kernel. 422 described, the system will reboot into the dump-capture kernel if a 453 Before analyzing the dump image, you should reboot into a stable kernel.
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 95 SYSCALL(reboot)
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.modules | 24 Once you are configured, make zlilo, modules, modules_install; reboot.
|
/linux-4.4.14/drivers/md/bcache/ |
D | super.c | 2063 static struct notifier_block reboot = { variable 2078 unregister_reboot_notifier(&reboot); in bcache_exit() 2091 register_reboot_notifier(&reboot); in bcache_init() 2096 unregister_reboot_notifier(&reboot); in bcache_init()
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 40 - restart-gpio: drivers/power/gpio-restart.c is used to restart/reboot the
|
/linux-4.4.14/Documentation/hwmon/ |
D | abituguru-datasheet | 39 after a reboot uGuru will hold 0x00 here, but if the driver is removed and 310 voltages which proprably safed my computer (after a reboot I managed to
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 85 COMPAT_SYSCALL_WRAP4(reboot, int, magic1, int, magic2, unsigned int, cmd, void __user *, arg);
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 524 current kernel, and to start another kernel. It is like a reboot 525 but it is independent of the system firmware. And like a reboot
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 167 cycle. Whether a warm boot (reboot) will clear a TPM chip
|
/linux-4.4.14/Documentation/blockdev/ |
D | ramdisk.txt | 19 are erased on reboot.
|
D | README.DAC960 | 218 standard kernel, run lilo if appropriate, and reboot.
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 3555 u32 reboot; in myri10ge_read_reboot() local 3562 pci_read_config_dword(pdev, vs + 0x14, &reboot); in myri10ge_read_reboot() 3563 return reboot; in myri10ge_read_reboot() 3611 u32 reboot, rx_pause_cnt; in myri10ge_watchdog() local 3625 reboot = myri10ge_read_reboot(mgp); in myri10ge_watchdog() 3627 reboot, myri10ge_reset_recover ? "" : " not"); in myri10ge_watchdog()
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 178 169 common reboot sys_reboot
|
D | syscall_32.tbl | 97 88 i386 reboot sys_reboot
|
/linux-4.4.14/Documentation/driver-model/ |
D | driver.txt | 171 driver module is being unloaded, during a reboot sequence, or
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 608 current kernel, and to start another kernel. It is like a reboot 609 but it is independent of the system firmware. And like a reboot
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 69 - reboot-cmd [ SPARC only ] 255 Nerve Pinch (tm) will be an immediate reboot, without even 730 reboot-cmd: (Sparc only)
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | CMIPCI.txt | 43 from front and rear speakers! But.. after reboot, all was gone.
|
D | HD-Audio.txt | 718 `probe_only=1` option (at best after the cold reboot) and run
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 224 shutdown and reboot by pressing the orange button a number of times. 551 out to lunch past a certain margin. It can reboot the system
|
/linux-4.4.14/arch/tile/ |
D | Kconfig | 210 current kernel, and to start another kernel. It is like a reboot
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_serial.txt | 124 controller driver. This must be done each time you reboot the gadget
|
D | proc_usb_info.txt | 26 to /etc/fstab. This will mount usbfs at each reboot.
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 262 After reboot with new kernel or insert the module, a device file named
|
D | pci-error-recovery.txt | 178 >>> and prints an error to syslog. A reboot is then required to
|
D | pci.txt | 119 the power state of a device before reboot.
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 350 header-y += reboot.h
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.debug | 165 would otherwise cause a system to silently reboot. Disabling this
|
D | Kconfig | 1109 bool "Enable X86 board specific fixups for reboot" 1113 in order to get reboot to work correctly. This is only needed on 1115 this config is intended, is when reboot ends with a stalled/hung 1747 current kernel, and to start another kernel. It is like a reboot 1748 but it is independent of the system firmware. And like a reboot
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 426 current kernel, and to start another kernel. It is like a reboot 427 but it is independent of the system firmware. And like a reboot
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2647 current kernel, and to start another kernel. It is like a reboot 2648 but it is independent of the system firmware. And like a reboot 2767 look like a DTB header after a reboot if no actual DTB is appended 2785 look like a DTB header after a reboot if no actual DTB is appended
|
/linux-4.4.14/drivers/usb/atm/ |
D | ueagle-atm.c | 2303 static ssize_t reboot(struct device *dev, struct device_attribute *attr, in reboot() function 2320 static DEVICE_ATTR(stat_status, S_IWUSR | S_IRUGO, read_status, reboot);
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 78 10.2 halt and reboot 2247 o halt or reboot the machine 2307 o reboot 2345 10.2. halt and reboot 2973 *** Dropping you to a shell; the system will reboot 3435 *** Dropping you to a shell; the system will reboot
|
/linux-4.4.14/ |
D | README | 312 reboot, and enjoy!
|
D | CREDITS | 1385 D: /proc/cpuinfo, reboot on panic , kernel pre-patch tester ;) 2051 D: Arc monochrome LCD framebuffer driver, x86 reboot fixups
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 308 o A reboot is required to reconfigure both adaptive idle and RCU
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1895 look like a DTB header after a reboot if no actual DTB is appended 2006 current kernel, and to start another kernel. It is like a reboot 2007 but it is independent of the system firmware. And like a reboot
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 657 the printing mode to be 0. Then, upon reboot, one could add
|
/linux-4.4.14/Documentation/input/ |
D | joystick.txt | 154 This way, after the next reboot your joystick will remain calibrated. You
|
/linux-4.4.14/Documentation/filesystems/ |
D | ntfs.txt | 71 run three times in sequence with each driver (after a reboot) on a 1.4GiB
|
D | proc.txt | 1403 reboot the machine once an error has been made. 1427 need to recompile the kernel, or even to reboot the system. The files in the
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 960 shutdown/reboot). 1122 (so that volume/mute changes are remembered across shutdown/reboot).
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 528 running. In other words, it is not necessary to reboot the system 959 you reboot, or until you load another keymap.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 420 unmount or reboot which can confuse some applications,
|