Home
last modified time | relevance | path

Searched full:reboot (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dnvmem-reboot-mode.txt1 NVMEM reboot mode driver
3 This driver gets reboot mode magic value from reboot-mode driver
4 and stores it in a NVMEM cell named "reboot-mode". Then the bootloader
9 - compatible: should be "nvmem-reboot-mode".
10 - nvmem-cells: A phandle to the reboot mode provided by a nvmem device.
11 - nvmem-cell-names: Should be "reboot-mode".
13 The rest of the properties should follow the generic reboot-mode description
14 found in reboot-mode.txt
17 reboot-mode {
18 compatible = "nvmem-reboot-mode";
[all …]
H A Dnvmem-reboot-mode.yaml4 $id: http://devicetree.org/schemas/power/reset/nvmem-reboot-mode.yaml#
7 title: Generic NVMEM reboot mode
13 This driver gets the reboot mode magic value from the reboot-mode driver
14 and stores it in the NVMEM cell named "reboot-mode". The bootloader can
19 const: nvmem-reboot-mode
24 magic value representing the reboot mode is stored.
29 - const: reboot-mode
32 - $ref: reboot-mode.yaml#
43 reboot
[all...]
H A Dsyscon-reboot.yaml4 $id: http://devicetree.org/schemas/power/reset/syscon-reboot.yaml#
16 mask defined in the reboot node. Default will be little endian mode, 32 bit
18 parental dt-node. So the SYSCON reboot node should be represented as a
24 const: syscon-reboot
32 description: Offset in the register map for the reboot register (in bytes).
39 the syscon-reboot node been a child of a system controller node.
43 description: The reset value written to the reboot register (32 bit access).
66 reboot {
67 compatible = "syscon-reboot";
H A Dsyscon-reboot-mode.yaml4 $id: http://devicetree.org/schemas/power/reset/syscon-reboot-mode.yaml#
7 title: Generic SYSCON reboot mode driver
13 This driver gets reboot mode magic value from reboot-mode driver
17 parental dt-node plus the offset. So the SYSCON reboot-mode node
22 const: syscon-reboot-mode
33 - $ref: reboot-mode.yaml#
45 reboot-mode {
46 compatible = "syscon-reboot-mode";
H A Dreboot-mode.yaml4 $id: http://devicetree.org/schemas/power/reset/reboot-mode.yaml#
7 title: Generic reboot mode core map
13 This driver get reboot mode arguments and call the write
23 - normal: Normal reboot mode, system reboot with command "reboot".
33 Default value to set on a reboot if no command was provided.
43 reboot-mode {
H A Dreboot-mode.txt1 Generic reboot mode core map driver
3 This driver get reboot mode arguments and call the write
13 - mode-normal: Normal reboot mode, system reboot with command "reboot".
20 reboot-mode {
/freebsd/sbin/reboot/
H A DMakefile2 PROG= reboot
3 MAN= reboot.8 nextboot.8
4 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
15 LINKS= ${BINDIR}/reboot ${BINDIR}/halt \
16 ${BINDIR}/reboot ${BINDIR}/fastboot \
17 ${BINDIR}/reboot ${BINDIR}/fasthalt \
18 ${BINDIR}/reboot ${BINDIR}/nextboot
H A Dreboot.829 .Dt REBOOT 8
32 .Nm reboot ,
77 will halt or reboot normally, depending on whether
121 .Nm reboot
130 The halt or reboot is
143 .Xr reboot 2
147 reboot when devices might be unavailable.
159 will halt or reboot normally, depending on whether
205 reboot -r
212 reboot
[all...]
H A Dreboot.c34 #include <sys/reboot.h>
236 getopts = GETOPT_NEXTBOOT; /* Note: reboot's extra opts return '?' */ in main()
238 /* reboot */ in main()
300 errx(1, "cannot dump (-d) when halting; must reboot instead"); in main()
337 reboot(howto); in main()
363 /* Log the reboot. */ in main()
375 openlog("reboot", 0, LOG_AUTH | LOG_CONS); in main()
378 openlog("reboot", 0, LOG_AUTH | LOG_CONS); in main()
381 openlog("reboot", 0, LOG_AUTH | LOG_CONS); in main()
392 * processes die, the reboot system call syncs the disks. in main()
[all …]
/freebsd/lib/libsys/
H A Dreboot.232 .Nm reboot
33 .Nd reboot system or halt processor
40 .Fn reboot "int howto"
43 .Fn reboot
46 Only the super-user may reboot a machine on demand.
47 However, a reboot is invoked
60 The default, causing the system to reboot in its usual fashion.
77 The processor is simply halted; no reboot takes place.
98 .Fn reboot
120 Normally, the reboot procedure involves an automatic disk consistency
[all …]
/freebsd/sys/dev/syscon/
H A Dsyscon_power.c33 * https://www.kernel.org/doc/Documentation/devicetree/bindings/power/reset/syscon-reboot.txt
42 #include <sys/reboot.h>
58 bool reboot; member
69 if (sc->reboot) in syscon_power_shutdown_final()
89 } else if (ofw_bus_is_compatible(dev, "syscon-reboot")) { in syscon_power_probe()
90 device_set_desc(dev, "Syscon reboot"); in syscon_power_probe()
164 /* Handle reboot after shutdown_panic. */ in syscon_power_attach()
165 sc->reboot = ofw_bus_is_compatible(dev, "syscon-reboot"); in syscon_power_attach()
168 sc->reboot ? SHUTDOWN_PRI_LAST + 150 : SHUTDOWN_PRI_LAST); in syscon_power_attach()
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,bcm63138.txt54 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.yaml for the
80 reboot {
81 compatible = "syscon-reboot";
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dcanaan,k210-sysctl.yaml54 syscon-reboot:
57 $ref: /schemas/power/reset/syscon-reboot.yaml
59 Reboot method for the SoC. This child node definition
61 Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml.
102 reboot: syscon-reboot {
103 compatible = "syscon-reboot";
H A Dti,nspire-misc.yaml30 reboot:
31 $ref: /schemas/power/reset/syscon-reboot.yaml#
36 - reboot
46 reboot {
47 compatible = "syscon-reboot";
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dfsl,ls1028a-reset.yaml32 reboot:
33 $ref: /schemas/power/reset/syscon-reboot.yaml#
39 - reboot
50 reboot {
51 compatible = "syscon-reboot";
/freebsd/share/man/man9/
H A Dkern_reboot.948 .Nd reboot, halt, or power off the system
87 .Xr reboot 2 .
97 indicating that the reboot process has begun and cannot be stopped.
126 As a last resort, if none of the shutdown hooks handled the reboot, call the
150 function is the intended path for performing a clean reboot or shutdown when
158 .Xr reboot 2
203 can register handlers to this event that will perform the actual reboot,
287 .Xr reboot 2 ,
/freebsd/sbin/init/
H A Dinit.849 It normally runs the automatic reboot sequence as described in
52 If the reboot scripts fail,
176 file without a reboot by sending the signal
230 .Xr reboot 8
237 for deadlocked processes) and reboot the machine if sent the interrupt
276 .Dq Li reboot
289 is so critical that if it dies, the system will reboot itself
314 .It Cm 6 Ta Dv SIGINT Ta "Reboot the machine"
339 .Xr reboot 8
367 .Xr reboot 8
[all …]
/freebsd/usr.sbin/crunch/examples/
H A Dkcopy.conf15 progs mount mount_cd9660 fsck init reboot umount
16 ln reboot halt
17 ln reboot fastboot
18 ln reboot fasthalt
H A Dfilesystem.conf15 progs disklabel init mount newfs reboot umount
16 ln reboot halt
17 ln reboot fastboot
18 ln reboot fasthalt
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos-syscon-restart.dtsi3 * Samsung's Exynos SoC syscon reboot/poweroff nodes common definition.
14 reboot: syscon-reboot { label
15 compatible = "syscon-reboot";
/freebsd/bin/sync/
H A Dsync.843 .Xr reboot 8
47 .Xr reboot 8
66 .Xr reboot 8
76 .Xr reboot 8
96 .Xr reboot 2
/freebsd/usr.sbin/bsdinstall/
H A Dstartbsdinstall55 …bsddialog --backtitle "${OSNAME} Installer" --title "Complete" --no-cancel --ok-label "Reboot" --p…
56 reboot
76 …l "Reboot" --extra-button --extra-label "Shutdown" --cancel-label "Live System" --yesno "Installat…
79 $BSDDIALOG_OK) # Reboot
80 reboot
/freebsd/sys/contrib/device-tree/Bindings/soc/samsung/
H A Dexynos-pmu.yaml109 reboot-mode:
110 $ref: /schemas/power/reset/syscon-reboot-mode.yaml
113 Reboot mode to alter bootloader behavior for the next boot
121 syscon-reboot:
122 $ref: /schemas/power/reset/syscon-reboot.yaml#
125 Node for reboot method
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/controller/
H A Dsysctrl.yaml14 used to assist the slave core startup, reboot the system, etc.
67 reboot-offset:
68 description: offset in sysctrl for system reboot
121 reboot-offset = <0x4>;
134 reboot-offset = <0x4>;
/freebsd/sys/sys/
H A Dreboot.h36 * Arguments to reboot system call. These are passed to
42 #define RB_SINGLE 0x002 /* reboot to single user only */
43 #define RB_NOSYNC 0x004 /* dont sync before reboot */
44 #define RB_HALT 0x008 /* don't reboot, just halt */
49 #define RB_DUMP 0x100 /* dump kernel memory before reboot */

12345678910>>...24