Searched refs:restart (Results 51 - 75 of 199) sorted by relevance

12345678

/freebsd-9.3-release/usr.sbin/ppp/
H A Dtimer.c276 timer_InitService(int restart) argument
281 if (!restart)
H A Dcbcp.c84 if (cbcp->fsm.restart) {
308 cbcp->fsm.restart--;
347 cbcp->fsm.restart = DEF_FSMTRIES;
503 cbcp->fsm.restart--;
616 cbcp->fsm.restart--;
665 cbcp->fsm.restart = DEF_FSMTRIES;
691 cbcp->fsm.restart = DEF_FSMTRIES;
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_tdma.c779 goto restart;
787 goto restart;
801 goto restart;
809 goto restart;
816 restart:
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdclient.c185 goto restart;
205 goto restart;
211 restart:
/freebsd-9.3-release/contrib/amd/amd/
H A Drestart.c40 * File: am-utils/amd/restart.c
121 * Handle an amd restart.
128 * you change something else make *sure* restart() still works.
131 restart(void) function
139 for (mlp = ml = read_mtab("restart", mnttab_file_name);
179 * Handle an amd restart for amd's own mount points.
187 * you change something else make *sure* restart() still works.
202 for (mlp = ml = read_mtab("restart", mnttab_file_name);
240 * Do we have a map for this mount point? Who cares, we'll restart
244 /* Can we restart i
[all...]
H A Dnfs_start.c360 restart();
/freebsd-9.3-release/contrib/gdb/
H A Dltcf-gcj.sh73 *** so that a non-GNU linker is found, and then restart.
201 *** used, and then restart.
H A Dltcf-c.sh70 *** so that a non-GNU linker is found, and then restart.
208 *** used, and then restart.
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c157 bool restart; local
161 restart = false;
172 restart = true;
180 if (!restart)
182 /* We have some sender processes to restart. */
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmdtab.c86 char restarthelp[]= "restart file transfer at bytecount";
179 { "restart", restarthelp, 1, 1, 1, restart },
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_rmclass.h206 void (*restart)(struct ifaltq *); /* Restart routine. */ member in struct:rm_ifdat
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_rmclass.h209 void (*restart)(struct ifaltq *); /* Restart routine. */ member in struct:rm_ifdat
/freebsd-9.3-release/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c123 goto restart;
237 restart:
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Die.def64 element restart 0x79 itu 5
/freebsd-9.3-release/sys/cam/ata/
H A Data_pmp.c103 int restart; member in struct:pmp_softc
329 softc->restart = 1;
433 if (softc->restart) {
434 softc->restart = 0;
611 if (softc->restart) {
612 softc->restart = 0;
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c262 if(IE_ISGOOD(src->restart))
263 dst->restart = src->restart;
273 if(IE_ISGOOD(src->restart))
274 dst->restart = src->restart;
/freebsd-9.3-release/contrib/top/
H A Dtop.c603 restart:
788 goto restart;
803 goto restart;
/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmd.c421 restart(void) function
473 syslog(LOG_NOTICE, "restart by SIG");
474 restart();
700 restart();
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddlz.c412 restart:
428 goto restart;
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dlinux_idr.c358 restart:
405 * restart as many as MAX_LEVEL times but that is expected
410 goto restart;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlin-lwp.c1859 int restart, cancel;
1863 restart = get_signo ("__pthread_sig_restart");
1864 if (restart == 0)
1871 sigaddset (set, restart);
1850 int restart, cancel; local
/freebsd-9.3-release/contrib/ofed/management/opensm/scripts/
H A Dredhat-opensm.init.in268 restart)
285 echo "Usage: `basename $0` {start|stop|restart|status}"
/freebsd-9.3-release/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c898 goto restart;
922 goto restart;
929 goto restart;
946 restart:
/freebsd-9.3-release/usr.sbin/mptutil/
H A Dmpt_config.c473 restart:
480 goto restart;
483 goto restart;
489 goto restart;
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh33 # How to restart NTP - older NTP: service ntpd? try-restart | condrestart
76 -c Command to restart NTP after installing a new file
103 If the current file is acceptable, no download or restart occurs.
389 log "info" "Attempting restart action: $RESTART"

Completed in 408 milliseconds

12345678