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

123456789

/freebsd-10-stable/contrib/ofed/management/opensm/scripts/
H A Dopensm.init.in96 restart() {
112 restart | force-reload | reload)
113 restart
115 try-restart | condrestart)
116 [ -e /var/lock/subsys/opensm ] && restart
127 echo $"Usage: $0 {start|stop|status|restart|reload|condrestart|resweep|rotatelog}"
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dbcm47081-buffalo-wzr-900dhp.dts31 restart {
H A Dbcm4708-luxul-xwc-1000.dts54 restart {
H A Dbcm4708-netgear-r6300-v2.dts77 restart {
H A Dbcm47081-asus-rt-n18u.dts65 restart {
H A Dbcm4708-netgear-r6250.dts87 restart {
/freebsd-10-stable/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-10-stable/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-10-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_reset.c159 resp->u.restart.restart = req->restart;
160 resp->u.restart.connid = req->connid;
166 uni->restart_start = req->restart;
229 resp->u.restart.restart = uni->restart_start;
230 resp->u.restart.connid = uni->connid_start;
265 MANDATE_IE(uni, u->u.restart_ack.restart, UNI_IE_RESTART);
267 if (IE_ISGOOD(u->u.restart_ack.restart)) {
[all...]
/freebsd-10-stable/usr.sbin/daemon/
H A Ddaemon.c58 int ch, nochdir, noclose, restart, serrno; local
63 restart = 0;
80 restart = 1;
133 * If the pidfile or restart option is specified the daemon
135 * exit to remove the pidfile or restart the command. Normally
142 if (pidfile != NULL || ppidfile != NULL || restart) {
175 restart:
208 if (wait_child(pid, &mask) == 0 && restart) {
210 goto restart;
/freebsd-10-stable/usr.sbin/ppp/
H A Dcbcp.h56 u_char restart; /* FSM Send again ? */ member in struct:cbcp::__anon12181
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Ddirectives-only.c48 restart:
117 goto restart;
228 goto restart;
/freebsd-10-stable/sbin/resolvconf/
H A DMakefile20 # We don't assume to restart the services in /sbin. So, though
23 CMD2= \1 restart
/freebsd-10-stable/etc/
H A Drc.sendmail39 # start/stop/restart targets.
53 # The pid is used to stop and restart the running daemon(s).
148 echo "$0: restart-mta: ${sendmail_pidfile} not found"
222 echo "$0: restart-mspq: ${sendmail_mspq_pidfile} not found"
240 restart)
253 restart-mta)
265 restart-mspq)
270 echo "usage: `basename $0` {start|stop|restart}" >&2
271 echo " `basename $0` {start-mta|stop-mta|restart-mta}" >&2
272 echo " `basename $0` {start-mspq|stop-mspq|restart
[all...]
/freebsd-10-stable/etc/mail/
H A DMakefile21 # restart - Restart both the sendmail MTA daemon and MSP queue running
28 # restart-mta - Restart the sendmail MTA daemon
34 # restart-mspq - Restart the sendmail MSP queue running daemon
40 # this case one would normally also call `make restart' to allow the
235 restart restart-mta restart-mspq:
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
H A Dmsg.def278 start restart 0x46
280 restart
295 restart
H A Duni_ie.h36 struct uni_ie_restart restart; member in union:uni_ieall
/freebsd-10-stable/lib/libiconv_modules/DECHanyu/
H A Dcitrus_dechanyu.c186 goto restart;
222 goto restart;
229 goto restart;
238 goto restart;
250 goto restart;
264 restart:
/freebsd-10-stable/contrib/dialog/
H A Dyesno.c61 restart:
139 goto restart;
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_suspend_np.c126 restart:
144 * been changed, we have to restart the
147 goto restart;
/freebsd-10-stable/release/scripts/
H A Dpkg-stage.sh44 /etc/rc.d/ldconfig restart
/freebsd-10-stable/contrib/amd/scripts/
H A Dredhat-ctl-amd.in88 restart)
102 echo "Usage: $0 {start|stop|restart|reload|condrestart|status}"
/freebsd-10-stable/crypto/openssh/contrib/redhat/
H A Dsshd.init80 restart)
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
/freebsd-10-stable/usr.sbin/apmd/
H A Dapmd.h127 void restart(void);

Completed in 169 milliseconds

123456789