| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/reset/ |
| H A D | gpio-restart.txt | 1 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/arch/arm/mach-omap2/ |
| H A D | board-generic.c | 62 .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/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
| H A D | 0001-Avoid-bashisms-in-init-scripts.patch | 53 - 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/kernel/arch/arm/mach-ep93xx/ |
| H A D | edb93xx.c | 251 .restart = ep93xx_restart, 264 .restart = ep93xx_restart, 277 .restart = ep93xx_restart, 290 .restart = ep93xx_restart, 303 .restart = ep93xx_restart, 316 .restart = ep93xx_restart, 329 .restart = ep93xx_restart, 342 .restart = ep93xx_restart,
|
| H A D | micro9.c | 84 .restart = ep93xx_restart, 97 .restart = ep93xx_restart, 110 .restart = ep93xx_restart, 123 .restart = ep93xx_restart,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | remove-bashism.patch | 50 -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/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | multipathd.oe | 90 restart() { function 121 restart) 122 restart 124 force-restart) 127 condrestart|try-restart) 129 restart
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | signal.c | 233 int restart = 0; in do_signal() local 246 restart = -2; in do_signal() 251 restart++; in do_signal() 265 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal() 283 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal() 285 return restart; in do_signal() 303 int restart = do_signal(regs, syscall); in do_work_pending() local 304 if (unlikely(restart)) { in do_work_pending() 310 return restart; in do_work_pending()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openct/openct/ |
| H A D | openct.init | 57 restart() { 74 start|stop|restart) 78 restart 83 try-restart|condrestart) 84 [ ! -f $lockfile ] || restart
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
| H A D | postgresql.init | 150 restart(){ 156 [ -e "$lockfile" ] && restart || : 176 restart) 177 restart 179 condrestart|try-restart) 186 restart
|
| /OK3568_Linux_fs/buildroot/package/minidlna/ |
| H A D | S60minidlnad | 18 restart() { 32 restart|reload) 33 restart 36 restart -R
|
| /OK3568_Linux_fs/buildroot/package/brltty/ |
| H A D | S10brltty | 17 restart() { 29 restart|reload) 30 restart 33 restart
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/ |
| H A D | run-ptest | 11 systemctl restart radiusd || /etc/init.d/radiusd restart || { 21 systemctl restart radiusd || /etc/init.d/radiusd restart
|
| /OK3568_Linux_fs/kernel/drivers/power/reset/ |
| H A D | Kconfig | 31 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/kernel/arch/nios2/kernel/ |
| H A D | signal.c | 237 int restart = 0; in do_signal() local 256 restart = -2; in do_signal() 261 restart++; in do_signal() 272 if (unlikely(restart && regs->ea == restart_addr)) { in do_signal() 289 if (unlikely(restart) && regs->ea == restart_addr) { in do_signal() 299 return restart; in do_signal() 314 int restart = do_signal(regs); in do_notify_resume() local 316 if (unlikely(restart)) { in do_notify_resume() 322 return restart; in do_notify_resume()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | alarmtimer.c | 203 int restart = ALARMTIMER_NORESTART; in alarmtimer_fired() local 210 restart = alarm->function(alarm, base->get_ktime()); in alarmtimer_fired() 213 if (restart != ALARMTIMER_NORESTART) { in alarmtimer_fired() 742 struct restart_block *restart; in alarmtimer_do_nsleep() local 762 restart = ¤t->restart_block; in alarmtimer_do_nsleep() 763 if (restart->nanosleep.type != TT_NONE) { in alarmtimer_do_nsleep() 773 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep() 793 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument 795 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart() 796 ktime_t exp = restart->nanosleep.expires; in alarm_timer_nsleep_restart() [all …]
|
| /OK3568_Linux_fs/buildroot/package/cgroupfs-mount/ |
| H A D | S30cgroupfs | 16 restart() { 28 restart|reload) 29 restart
|
| /OK3568_Linux_fs/buildroot/package/postgresql/ |
| H A D | S50postgresql | 24 restart() { 36 restart|reload) 37 restart
|
| /OK3568_Linux_fs/buildroot/package/input-event-daemon/ |
| H A D | S99input-event-daemon | 18 restart() { function 31 restart|reload) 32 restart
|
| /OK3568_Linux_fs/buildroot/package/rpcbind/ |
| H A D | S30rpcbind | 17 restart() { 29 restart|reload) 30 restart
|
| /OK3568_Linux_fs/buildroot/package/stunnel/ |
| H A D | S50stunnel | 15 restart() { 27 restart|reload) 28 restart
|
| /OK3568_Linux_fs/buildroot/package/redis/ |
| H A D | S50redis | 18 restart() { 30 restart|reload) 31 restart
|
| /OK3568_Linux_fs/buildroot/package/targetcli-fb/ |
| H A D | S50target | 28 restart() { 40 restart) 41 restart
|
| /OK3568_Linux_fs/buildroot/package/pulseaudio/ |
| H A D | S50pulseaudio | 25 restart() { 37 restart|reload) 38 restart
|
| /OK3568_Linux_fs/buildroot/package/swupdate/ |
| H A D | S80swupdate | 31 restart() { 38 start|stop|restart) 43 restart;;
|