Searched refs:restart (Results 76 - 100 of 199) sorted by relevance

12345678

/freebsd-9.3-release/sys/cam/ata/
H A Data_xpt.c144 int restart; member in struct:__anon5823
298 if (softc->restart) {
299 softc->restart = 0;
705 0, softc->restart ? (SF_NO_RECOVERY | SF_NO_RETRY) : 0,
717 if (softc->restart) {
725 softc->restart = 0;
789 if (softc->restart)
1258 if (softc->restart) {
1259 softc->restart = 0;
1524 softc->restart
[all...]
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_rmclass.c671 * 'restart' is the driver-specific routine that the generic 'delay
672 * until under limit' action will call to restart output. `maxq'
682 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle,
695 ifd->restart = restart;
1534 * a 'backstop' to restart this class.
1584 if (ifd->queued_ < ifd->maxqueued_ && ifd->restart != NULL) {
1586 (ifd->restart)(ifd->ifq_);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dfsm.c153 fp->restart = 1;
279 case ST_STOPPED: /* XXX: restart option */
283 case ST_OPENED: /* XXX: restart option */
285 case ST_CLOSING: /* XXX: restart option */
286 case ST_STOPPING: /* XXX: restart option */
385 if (fp->more.reqs-- > 0 && fp->restart-- > 0) {
387 timer_Start(&fp->FsmTimer); /* Start restart timer */
402 timer_Start(&fp->FsmTimer); /* Start restart timer */
403 fp->restart--; /* Decrement restart counte
[all...]
H A Dccp.c108 {"CCP restart", "CCP openmode", "CCP stopped"};
332 fp->restart = ccp->cfg.fsm.maxreq;
335 fp->restart = ccp->cfg.fsm.maxtrm;
338 fp->restart = 1;
H A Dipv6cp.c269 {"IPV6CP restart", "IPV6CP openmode", "IPV6CP stopped"};
604 fp->restart = ipv6cp->cfg.fsm.maxreq;
607 fp->restart = ipv6cp->cfg.fsm.maxtrm;
610 fp->restart = 1;
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2asm.c831 restart:
851 goto restart;
H A Dexplow.c90 restart:
136 goto restart;
164 goto restart;
H A Dstmt.c1416 restart:
1448 goto restart;
1452 goto restart;
1458 goto restart;
1467 goto restart;
1482 goto restart;
H A Dresource.c638 restart:
705 goto restart;
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c329 restart:
361 /* free all so restart the processing */
363 goto restart;
/freebsd-9.3-release/sys/kern/
H A Dinit_main.c211 restart:
292 goto restart;
H A Dvfs_syscalls.c1356 restart:
1404 goto restart;
1482 restart:
1505 goto restart;
1743 restart:
1767 goto restart;
1809 restart:
1835 goto restart;
1905 restart:
1940 goto restart;
[all...]
H A Duipc_socket.c1269 restart:
1327 goto restart;
1561 restart:
1621 goto restart;
1974 goto restart;
2034 restart:
2086 goto restart;
2174 goto restart;
3390 restart:
3420 goto restart;
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dtoecore.c460 restart:
485 goto restart;
/freebsd-9.3-release/sbin/restore/
H A Dtape.c85 static jmp_buf restart; variable
86 static int gettingfile = 0; /* restart has a valid frame */
495 longjmp(restart, 1);
516 longjmp(restart, 1);
950 if (!gettingfile && setjmp(restart) != 0)
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1119 restart:
1189 goto restart;
1197 goto restart;
1275 goto restart;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dcontrolconf.c589 goto restart;
604 goto restart;
616 goto restart;
619 restart:
/freebsd-9.3-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c882 restart:
909 goto restart;
918 goto restart;
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_sig.c928 int restart; local
936 restart = _thread_sigact[sig - 1].sa_flags & SA_RESTART;
1074 restart ? KSE_INTR_RESTART : KSE_INTR_INTERRUPT, 0);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1089 restart:
1127 goto restart;
1275 restart:
1320 goto restart;
1400 goto restart;
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec292 touch /var/run/sshd.restart
312 if test -f /var/run/sshd.restart ; then
313 rm -f /var/run/sshd.restart
/freebsd-9.3-release/sys/dev/wb/
H A Dif_wb.c473 int i, restart = 0; local
476 restart = 1;
501 if (restart)
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h579 void restart() { function in class:clang::LookupResult::Filter
/freebsd-9.3-release/contrib/tnftp/src/
H A Dcmdtab.c155 HSTR restarthelp[]= "restart file transfer at bytecount";
276 { "restart", H(restarthelp), 1, 1, 1, CMPL0 restart },
/freebsd-9.3-release/sys/dev/sound/midi/
H A Dsequencer.c440 restart:
451 goto restart;
1516 restart:
1615 goto restart;

Completed in 329 milliseconds

12345678