Searched refs:restart (Results 1 - 25 of 214) sorted by relevance

123456789

/freebsd-current/contrib/netbsd-tests/sys/rc/
H A Dh_args.sh46 for command in start stop restart custom; do
H A Dt_rc_d_cli.sh104 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-current/crypto/openssh/contrib/suse/
H A Drc.sshd67 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-current/contrib/unbound/contrib/
H A Dunbound.init_fedora71 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 Dunbound.init88 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 Dunbound.init_yocto88 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 Dvalidation-reporter.sh103 restart)
113 echo "Usage: $0 {start|stop|restart|condrestart|status}"
/freebsd-current/tools/test/stress2/misc/
H A Dmarcus4.sh40 pgrep -q watchdogd && { service watchdogd stop > /dev/null && restart=1; }
85 [ $restart ] && service watchdogd start > /dev/null
/freebsd-current/usr.sbin/ppp/
H A Dcbcp.h56 u_char restart; /* FSM Send again ? */ member in struct:cbcp::__anon6713
/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-share.in69 force-reload|reload|restart|status)
H A Dzfs-mount.in126 force-reload|condrestart|reload|restart|status)
H A Dzfs-zed.in111 restart)
117 echo "Usage: $0 {start|stop|status|reload|restart}"
H A Dzfs-load-key.in116 force-reload|condrestart|reload|restart|status)
/freebsd-current/sbin/resolvconf/
H A DMakefile20 # We don't assume to restart the services in /sbin. So, though
23 CMD2= \\$$1 restart
/freebsd-current/etc/mail/
H A DMakefile18 # 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:
/freebsd-current/lib/libiconv_modules/DECHanyu/
H A Dcitrus_dechanyu.c187 goto restart;
223 goto restart;
230 goto restart;
239 goto restart;
251 goto restart;
265 restart:
/freebsd-current/lib/libthr/thread/
H A Dthr_suspend_np.c126 restart:
144 * been changed, we have to restart the
147 goto restart;
/freebsd-current/release/scripts/
H A Dpkg-stage.sh47 /etc/rc.d/ldconfig restart
/freebsd-current/crypto/openssh/contrib/redhat/
H A Dsshd.init79 restart)
102 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
/freebsd-current/usr.sbin/apmd/
H A Dapmd.h127 void restart(void);
/freebsd-current/sys/fs/pseudofs/
H A Dpseudofs_vncache.c307 restart:
324 goto restart;
350 restart:
359 goto restart;
/freebsd-current/contrib/dialog/
H A Dprogressbox.c145 get_line(MY_OBJ * obj, int *restart) argument
152 *restart = 0;
212 *restart = 1;
303 restart:
355 goto restart;
415 restart:
430 goto restart;
H A Dmsgbox.c77 restart:
143 goto restart;
H A Dyesno.c69 restart:
148 goto restart;
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c69 restart:
116 sa.sa_flags = 0; /* don't restart system calls */
188 goto restart;

Completed in 305 milliseconds

123456789