/freebsd/sys/contrib/device-tree/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 …]
|
H A D | restart-handler.yaml | 4 $id: http://devicetree.org/schemas/power/reset/restart-handler.yaml# 7 title: Restart and shutdown handler Common Properties 13 Restart and shutdown handler device is responsible for powering off the 14 system, e.g. my cutting off the power. System might have several restart 22 0:: Restart handler of last resort, with limited restart capabilities. 23 128:: Typical, default restart handler; use if no other restart handler 24 is expected to be available, and/or if restart functionality is 25 sufficient to restart th [all...] |
H A D | gpio-restart.yaml | 4 $id: http://devicetree.org/schemas/power/reset/gpio-restart.yaml# 13 Drive a GPIO line that can be used to restart the system from a restart handler. 16 request the given gpio line and install a restart handler. If the optional properties 18 not driven until the restart is initiated. 20 When the system is restarted, the restart handler will be invoked in priority order. The GPIO 26 restart handler completes allowing other restart handlers to be attempted. 29 - $ref: restart-handler.yaml# 33 const: gpio-restart [all...] |
H A D | msm-poweroff.txt | 1 MSM Restart Driver 4 Clearing that bit allows us to restart/poweroff. The difference 5 between poweroff and restart is determined by unique power manager IC 14 restart@fc4ab000 {
|
H A D | st-reset.txt | 4 - compatible: should be "stih407-restart". 8 restart { 9 compatible = "st,stih407-restart";
|
H A D | qcom,pshold.yaml | 7 title: Qualcomm SoC restart and power off 14 Clearing that bit allows us to restart/power off. The difference between 15 power off and restart is determined by unique power manager IC settings.
|
/freebsd/usr.sbin/daemon/ |
H A D | daemon.8 | 59 .It Fl C , Fl -restart-count Ar restart_count 60 Restart the process at most 66 The maximum restart count is 69 .Fl -restart . 164 .It Fl R , Fl -restart-delay Ar restart_delay_seconds 165 Supervise and restart the program after the specified delay 168 .It Fl r , Fl -restart 169 Supervise and restart the program after a one-second delay if it has 204 .Fl -restart , 205 .Fl -restart-delay , [all …]
|
H A D | daemon.c | 132 { "restart", no_argument, NULL, 'r' }, 133 { "restart-count", required_argument, NULL, 'C' }, 134 { "restart-delay", required_argument, NULL, 'R' }, 165 " --restart -r Restart child if it terminates (1 sec delay)\n" in usage() 166 " --restart-count -C <N> Restart child at most N times, then exit\n" in usage() 167 " --restart-delay -R <N> Restart child if it terminates after N sec\n" in usage() 195 * --restart -r / --restart-delay -R in main() 217 errx(6, "invalid restart count: %s", e); in main() 268 errx(6, "invalid restart delay: %s", e); in main()
|
/freebsd/crypto/openssh/regress/ |
H A D | reconfigure.sh | 20 trace "connect before restart" 30 trace "wait for sshd to restart" 37 test -f $PIDFILE || fatal "sshd did not restart" 39 trace "connect after restart" 52 trace "wait for sshd to restart" 59 test -f $PIDFILE || fatal "sshd did not restart" 61 trace "connect after restart with active clients"
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.init_fedora | 71 restart() { 81 restart 100 restart) 101 restart 112 condrestart|try-restart) 114 restart 117 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
H A D | unbound.init_yocto | 88 restart() { 98 restart 119 restart) 132 condrestart|try-restart) 134 restart 137 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
H A D | unbound.init | 88 restart() { 98 restart 119 restart) 132 condrestart|try-restart) 134 restart 137 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
/freebsd/contrib/netbsd-tests/sys/rc/ |
H A D | t_rc_d_cli.sh | 104 atf_set "descr" "Tests that running the default 'restart' without" \ 112 atf_check -s eq:0 -o ignore -e empty ${rc_helper} restart 118 atf_set "descr" "Tests that running the default 'restart' with" \ 126 atf_check -s eq:1 -o ignore -e ignore ${rc_helper} restart foo 197 atf_set "descr" "Tests that running a custom 'restart' without" \ 201 do_overriden_no_args restart 206 atf_set "descr" "Tests that running a custom 'restart' with" \ 210 do_overriden_with_args restart
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | update-leap.sh | 33 # How to restart NTP - older NTP: service ntpd? try-restart | condrestart 35 RESTART= 76 -c Command to restart NTP after installing a new file 103 If the current file is acceptable, no download or restart occurs. 164 RESTART="$OPTARG" 385 # Restart NTP (or whatever else is specified) 387 if [ -n "$RESTART" ]; then 389 log "info" "Attempting restart action: $RESTART" 391 R="$( 2>&1 $RESTART )" 393 log "notice" "Restart action succeeded" [all …]
|
/freebsd/etc/mail/ |
H A D | Makefile | 18 # restart - Restart both the sendmail MTA daemon and MSP queue running 25 # restart-mta - Restart the sendmail MTA daemon 31 # restart-mspq - Restart the sendmail MSP queue running daemon 37 # this case one would normally also call `make restart' to allow the 232 restart restart-mta restart-mspq: target
|
/freebsd/crypto/openssh/contrib/suse/ |
H A D | rc.sshd | 67 try-restart) 70 $0 status >/dev/null && $0 restart 75 restart) 117 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/ |
H A D | resilver_restart_001.ksh | 27 # Testing resilver restart logic both with and without the deferred resilver 39 # d. Verify resilver restart or defer 41 # f. Verify that resilver did not restart 166 # scan, which should restart (or defer) the resilver 175 # inject read io errors on vdev and verify resilver does not restart 199 log_pass "Resilver did not restart unnecessarily"
|
/freebsd/contrib/openresolv/ |
H A D | resolvconf.conf.5.in | 243 # advantage of not having to restart dnsmasq. 349 Command to restart the dnsmasq service. 355 Command to restart the libc service. 359 Command to restart the named service. 361 Command to restart the pdnsd service. 363 Command to restart the pdns_recursor service. 365 Command to restart the pdns_recursor service. 369 Command to restart the unbound service.
|
H A D | resolvconf.in | 109 -r \$SERVICE Restart the system service 112 -R Show the system service restart command 311 /bin/systemctl restart $1.service 317 /usr/bin/systemctl restart $1.service 323 RESTARTCMD='/sbin/rc-service -i $1 -- -Ds restart' 329 /usr/sbin/invoke-rc.d $1 restart 336 /sbin/service $1 restart 343 /usr/sbin/service \$1 restart 347 /bin/sv try-restart $1' 350 /usr/bin/sv try-restart $1' [all …]
|
/freebsd/share/doc/smm/07.lpd/ |
H A D | 6.t | 44 This is normally used to forcibly restart a hung line printer daemon 66 \fBrestart\fP 68 .I Restart 69 allows ordinary users to restart printer daemons when
|
H A D | 7.t | 66 restart 116 restart the printer with 163 To restart an \fIlpd\fP, use 165 % lpc restart \fIprinter\fP 177 lprm: \fIprinter\fP\|: cannot restart printer daemon
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Alarm.h | 23 /// can be used to restart or cancel the alarm. 38 /// Handle which can be used to restart or cancel the alarm. 41 /// Restart the alarm for the given Handle. The alarm will expire and the 47 bool Restart(Handle handle);
|
/freebsd/usr.sbin/service/ |
H A D | service.8 | 109 Restart all enabled local services. 165 Restart a service running in a jail: 167 service -j dns named restart 185 'n/*/(start stop reload restart \e
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_rhs.c | 501 restart: in ck_rhs_grow() 535 goto restart; in ck_rhs_grow() 613 /* Restart from the bucket we were previously in */ in ck_rhs_map_probe_rm() 726 /* Restart from the bucket we were previously in */ in ck_rhs_map_probe() 923 restart: in ck_rhs_put_robin_hood() 960 goto restart; in ck_rhs_put_robin_hood() 1082 restart: in ck_rhs_fas() 1101 goto restart; in ck_rhs_fas() 1144 restart: in ck_rhs_apply() 1152 goto restart; in ck_rhs_apply() [all …]
|
/freebsd/contrib/dialog/ |
H A D | progressbox.c | 145 get_line(MY_OBJ * obj, int *restart) in get_line() argument 152 *restart = 0; in get_line() 212 *restart = 1; in get_line() 303 restart: in pause_for_ok() 355 goto restart; in pause_for_ok() 415 restart: in dlg_progressbox() 430 goto restart; in dlg_progressbox()
|