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

12345678

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/usr.sbin/ppp/
H A Dcbcp.h56 u_char restart; /* FSM Send again ? */ member in struct:cbcp::__anon10987
/freebsd-9.3-release/crypto/openssh/
H A Dbuffer.c119 restart:
129 goto restart;
138 goto restart;
153 restart:
157 goto restart;
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Ddirectives-only.c48 restart:
117 goto restart;
228 goto restart;
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A Dipfadm-rcd23 echo "$prog ipmon <enable|disable|restart|start|status|stop>"
276 restart)
277 /etc/rc.d/ipmon restart
305 restart)
306 /etc/rc.d/ipnat restart
/freebsd-9.3-release/sbin/resolvconf/
H A DMakefile19 # We don't assume to restart the services in /sbin. So, though
22 CMD2= \1 restart
/freebsd-9.3-release/crypto/heimdal/packages/debian/
H A Dheimdal-kcm.init51 restart|force-reload)
55 # just the same as "restart".
63 # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
64 echo "Usage: $N {start|stop|restart|force-reload}" >&2
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_suspend_np.c92 restart:
110 * been changed, we have to restart the
113 goto restart;
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/dialog/
H A Dyesno.c67 restart:
144 goto restart;
H A Dmsgbox.c69 restart:
132 goto restart;
/freebsd-9.3-release/contrib/amd/scripts/
H A Dredhat-ctl-amd.in88 restart)
102 echo "Usage: $0 {start|stop|restart|reload|condrestart|status}"
H A Damd2ldif.in11 databases and restart slapd whenever a master copy of
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dsshd.init80 restart)
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmd.h127 void restart(void);
/freebsd-9.3-release/sys/dev/bktr/
H A Dmsp34xx.c138 int active,restart,rmmod; member in struct:msp3400c
736 restart:
740 msp->restart = 0;
762 if (msp->restart)
763 msp->restart = 0;
796 if (msp->restart)
797 goto restart;
976 restart:
979 msp->restart = 0;
1027 if (msp->restart)
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h117 void restart (int, char **);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c69 restart:
95 sa.sa_flags = 0; /* don't restart system calls */
183 goto restart;

Completed in 280 milliseconds

12345678