Home
last modified time | relevance | path

Searched full:restart (Results 1 – 25 of 2772) sorted by relevance

12345678910>>...111

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/reset/
H A Dgpio-restart.txt1 Drive a GPIO line that can be used to restart the system from a restart
5 time, the driver will request the given gpio line and install a restart
8 the restart is initiated.
10 When the system is restarted, the restart handler will be invoked in
18 restart handler completes allowing other restart handlers to be attempted.
21 - compatible : should be "gpio-restart".
29 it to when the restart is initiated. If this optional property is not
33 0: Restart handler of last resort, with limited restart
35 128: Default restart handler; use if no other restart handler is
36 expected to be available, and/or if restart functionality is
[all …]
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dlogfile.c28 * @vi: $LogFile inode to which the restart page header belongs
29 * @rp: restart page header to check
30 * @pos: position in @vi at which the restart page header resides
32 * Check the restart page header @rp for consistency and return 'true' if it is
36 * require the full restart page.
61 * We must be either at !pos (1st restart page) or at pos = system page in ntfs_check_restart_page_header()
62 * size (2nd restart page). in ntfs_check_restart_page_header()
65 ntfs_error(vi->i_sb, "Found restart area in incorrect " in ntfs_check_restart_page_header()
79 * If chkdsk has been run the restart page may not be protected by an in ntfs_check_restart_page_header()
89 ntfs_error(vi->i_sb, "$LogFile restart page specifies " in ntfs_check_restart_page_header()
[all …]
H A Dlogfile.h23 * Two restart areas present in the first two pages (restart pages, one restart
40 * exception is if the journal is clean as marked by the two restart pages
51 * Log file restart page header (begins the restart area).
108 * Log file restart area record. The offset of this record is found by adding
115 when the restart area was last written.
122 restart area. Must be 1. */
178 /* 20*/ le16 restart_area_length;/* Length of the restart area including the
189 after this restart area structure, aligned
219 store the two restart pages and 48 (0x30)
254 /* 8*/ leLSN client_restart_lsn;/* LSN at which this client needs to restart
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c141 * to restart the system.
151 * 0: Restart handler of last resort,
152 * with limited restart capabilities
153 * 128: Default restart handler; use if no other
154 * restart handler is expected to be available,
155 * and/or if restart functionality is
156 * sufficient to restart the entire system
157 * 255: Highest priority restart handler, will
158 * preempt all other restart handlers
160 * Registers a function with code to be called to restart the
[all …]
/OK3568_Linux_fs/kernel/drivers/power/reset/
H A DKconfig31 This driver supports restart for Atmel AT91SAM9 and SAMA5
46 This driver supports restart for Axxia SoC.
55 This driver provides restart support for Broadcom Kona chips.
58 to have restart support.
66 This driver provides restart support for Broadcom STB boards.
69 to have restart support.
89 bool "GPIO restart driver"
93 If your board needs a GPIO high/low to restart, say Y and
117 Power off and restart support for Qualcomm boards.
135 This driver supports restart for Microsemi Ocelot SoC and similar.
[all …]
/OK3568_Linux_fs/yocto/poky/meta-skeleton/recipes-skeleton/service/service/
H A Dskeleton18 # restart stop and restart the service if the service is already running,
20 # try-restart restart the service if the service is already running
24 # this, otherwise restart the service if it is running
27 # The start, stop, restart, force-reload, and status actions shall be supported
28 # by all init scripts; the reload and the try-restart actions are optional
167 restart)
172 try-restart|force-reload)
173 # force-reload is the same as reload or try-restart according
175 # force-reload is the alias of try-restart here, but it should
184 # try-restart|force-reload)
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dboard-generic.c62 .restart = omap2xxx_restart,
79 .restart = omap2xxx_restart,
126 .restart = omap3xxx_restart,
144 .restart = omap3xxx_restart,
161 .restart = omap3xxx_restart,
178 .restart = omap3xxx_restart,
194 .restart = omap3xxx_restart,
213 .restart = ti81xx_restart,
230 .restart = ti81xx_restart,
248 .restart = am33xx_restart,
[all …]
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dsignal.c59 regs->orig_gpr11 = -1; /* Avoid syscall restart checks */ in restore_sigcontext()
233 int restart = 0; in do_signal() local
241 * Setup syscall restart here so that a debugger will in do_signal()
246 restart = -2; in do_signal()
251 restart++; in do_signal()
261 * the decision to restart the syscall; specifically, if the PC is in do_signal()
262 * changed, don't restart the syscall. in do_signal()
265 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal()
270 /* No automatic restart */ in do_signal()
280 * Restore pt_regs PC as syscall restart will be handled by in do_signal()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0001-Avoid-bashisms-in-init-scripts.patch53 - echo $"Usage: $0 {start|stop|restart|status}"
54 + echo "Usage: $0 {start|stop|restart|status}"
72 - echo $"Usage: $0 {start|stop|force-stop|restart|condrestart|try-restart|status}"
73 + echo "Usage: $0 {start|stop|force-stop|restart|condrestart|try-restart|status}"
91 - echo $"Usage: $0 {start|stop|restart|status|force-stop}"
92 + echo "Usage: $0 {start|stop|restart|status|force-stop}"
110 - echo $"Usage: $0 {start|stop|restart|status|force-stop}"
111 + echo "Usage: $0 {start|stop|restart|status|force-stop}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Drun-ptest10 # restart radiusd server
11 systemctl restart radiusd || /etc/init.d/radiusd restart || {
19 # restore the config and restart
21 systemctl restart radiusd || /etc/init.d/radiusd restart
/OK3568_Linux_fs/buildroot/package/minidlna/
H A DS60minidlnad18 restart() {
20 # Sleep needed for minidlna to restart properly
32 restart|reload)
33 restart
36 restart -R
39 echo "Usage: $0 {start|stop|restart|force-reload}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A Dmultipathd.oe90 restart() { function
121 restart)
122 restart
124 force-restart)
127 condrestart|try-restart)
129 restart
142 echo $"Usage: $0 {start|stop|force-stop|status|restart|force-restart|condrestart|reload}"
/OK3568_Linux_fs/buildroot/package/optee-client/
H A DS30optee33 restart() {
40 start|stop|restart)
43 # Restart, since there is no true "reload" feature (does not
44 # reconfigure/restart on SIGHUP, just closes all open files).
45 restart;;
47 echo "Usage: $0 {start|stop|restart|reload}"
/OK3568_Linux_fs/buildroot/package/swupdate/
H A DS80swupdate31 restart() {
38 start|stop|restart)
41 # Restart, since there is no true "reload" feature (does not
42 # reconfigure/restart on SIGHUP, just closes all open files).
43 restart;;
45 echo "Usage: $0 {start|stop|restart|reload}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openct/openct/
H A Dopenct.init57 restart() {
74 start|stop|restart)
78 restart
83 try-restart|condrestart)
84 [ ! -f $lockfile ] || restart
87 echo $"Usage: $0 {start|stop|status|restart|try-restart|reload|force-reload}"
/OK3568_Linux_fs/buildroot/package/rsyslog/
H A DS01rsyslogd37 restart() {
44 start|stop|restart)
47 # Restart, since there is no true "reload" feature (does not
48 # reconfigure/restart on SIGHUP, just closes all open files).
49 restart;;
51 echo "Usage: $0 {start|stop|restart|reload}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dremove-bashism.patch50 -function restart() {
51 +restart() {
55 @@ -143,7 +143,7 @@ function restart() {
70 …o $"Usage: $0 {start|forcestart|stop|status|restart|force-reload|forcerestart|reload|condrestart|t…
105 -function restart() {
106 +restart() {
110 @@ -110,7 +110,7 @@ function restart() {
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dwatchdog_core.c31 #include <linux/reboot.h> /* For restart handler */
181 ret = wdd->ops->restart(wdd, action, data); in watchdog_restart_notifier()
189 * watchdog_set_restart_priority - Change priority of restart handler
191 * @priority: priority of the restart handler, should follow these guidelines:
192 * 0: use watchdog's restart function as last resort, has limited restart
194 * 128: default restart handler, use if no other handler is expected to be
195 * available and/or if restart is sufficient to restart the entire system
198 * If a wdd->ops->restart function is provided when watchdog_register_device is
199 * called, it will be registered as a restart handler with the priority given
286 if (wdd->ops->restart) { in __watchdog_register_device()
[all …]
/OK3568_Linux_fs/buildroot/package/brltty/
H A DS10brltty17 restart() {
29 restart|reload)
30 restart
33 restart
36 echo "Usage: $0 {start|stop|restart|force-reload}"
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_10969_workaround.c23 * restart index is out of bounds and the rerun causes a tile range fault. If this happens
24 * we try to clamp the restart index to a correct value and rerun the job.
35 /* Word 1: Restart Index */
112 /* Get Bounding Box data and restart index from fault address low word */ in kbasep_10969_workaround_clamp_coordinates()
132 /* Set the restart index to the one which generated the fault*/ in kbasep_10969_workaround_clamp_coordinates()
139 "Clamping restart X index to minimum. %08x clamped to %08x\n", in kbasep_10969_workaround_clamp_coordinates()
146 "Clamping restart Y index to minimum. %08x clamped to %08x\n", in kbasep_10969_workaround_clamp_coordinates()
153 "Clamping restart X index to maximum. %08x clamped to %08x\n", in kbasep_10969_workaround_clamp_coordinates()
160 "Clamping restart Y index to maximum. %08x clamped to %08x\n", in kbasep_10969_workaround_clamp_coordinates()
/OK3568_Linux_fs/buildroot/package/netopeer2/
H A DS52netopeer234 restart() {
41 # we do not support real reload .. just restart
42 restart
46 start|stop|restart|reload)
49 echo "Usage: $0 {start|stop|restart|reload}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql.init150 restart(){
156 [ -e "$lockfile" ] && restart || :
176 restart)
177 restart
179 condrestart|try-restart)
186 restart
189 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_pcs.h25 #define GMAC_AN_CTRL_RAN BIT(9) /* Restart Auto-Negotiation */
78 * dwmac_rane - To restart ANE
81 * @restart: to restart ANE
82 * Description: this is to just restart the Auto-Negotiation.
84 static inline void dwmac_rane(void __iomem *ioaddr, u32 reg, bool restart) in dwmac_rane() argument
88 if (restart) in dwmac_rane()
110 /* Enable and restart the Auto-Negotiation */ in dwmac_ctrl_ane()
/OK3568_Linux_fs/buildroot/package/iptables/
H A DS35iptables31 restart() {
50 start|stop|restart|save)
53 # Restart, since there is no true "reload" feature.
54 restart;;
56 echo "Usage: $0 {start|stop|restart|save|reload}"
/OK3568_Linux_fs/buildroot/package/sysrepo/
H A DS51sysrepo-plugind36 restart() {
43 # we do not support real reload .. just restart
44 restart
48 start|stop|restart|reload)
51 echo "Usage: $0 {start|stop|restart|reload}"

12345678910>>...111