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

123456789

/freebsd-current/sys/net/
H A Dpfil.c595 restart:
620 goto restart;
673 restart:
692 goto restart;
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in430 -c Command to restart NTP after installing a new file
445 If the current file is acceptable, no download or restart occurs.
/freebsd-current/sys/cam/ata/
H A Data_xpt.c142 int restart; member in struct:__anon14
340 if (softc->restart) {
341 softc->restart = 0;
752 0, softc->restart ? (SF_NO_RECOVERY | SF_NO_RETRY) : 0
764 if (softc->restart) {
772 softc->restart = 0;
838 if (softc->restart)
1319 if (softc->restart) {
1320 softc->restart = 0;
1597 softc->restart
[all...]
/freebsd-current/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-current/sys/net/altq/
H A Daltq_rmclass.c659 * 'restart' is the driver-specific routine that the generic 'delay
660 * until under limit' action will call to restart output. `maxq'
670 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle,
683 ifd->restart = restart;
1516 * a 'backstop' to restart this class.
1560 if (ifd->queued_ < ifd->maxqueued_ && ifd->restart != NULL) {
1562 (ifd->restart)(ifd->ifq_);
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_ddp.c2336 restart:
2370 goto restart;
2382 goto restart;
2388 goto restart;
2439 goto restart;
2447 goto restart;
2458 goto restart;
2467 goto restart;
2574 goto restart;
2578 * If DDP is not enabled, requeue this request and restart
[all...]
/freebsd-current/sys/netinet6/
H A Dnd6_rtr.c1063 restart:
1100 goto restart;
1907 restart:
1940 goto restart;
2184 restart:
2213 goto restart;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c260 restart:
265 goto restart;
/freebsd-current/sys/powerpc/pseries/
H A Dphyp_llan.c382 restart:
422 goto restart;
/freebsd-current/sys/gnu/gcov/
H A Dgcov_fs.c422 restart:
428 goto restart;
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c367 restart:
399 /* free all so restart the processing */
401 goto restart;
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c533 restart:
580 * restart as many as MAX_LEVEL times but that is expected
585 goto restart;
/freebsd-current/sys/cam/mmc/
H A Dmmc_xpt.c175 int restart; member in struct:__anon21
265 // softc->restart = 1;
537 softc->restart = 0;
598 if (softc->restart) {
599 softc->restart = 0;
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-mdio.c342 xgbe_an37_set(struct xgbe_prv_data *pdata, bool enable, bool restart) argument
352 if (restart)
373 xgbe_an73_set(struct xgbe_prv_data *pdata, bool enable, bool restart) argument
389 if (restart)
522 /* Check for a supported mode, otherwise restart in a different one */
/freebsd-current/sbin/restore/
H A Dtape.c79 static jmp_buf restart; variable
80 static int gettingfile = 0; /* restart has a valid frame */
493 longjmp(restart, 1);
514 longjmp(restart, 1);
886 if (!gettingfile && setjmp(restart) != 0)
/freebsd-current/sys/kern/
H A Dkern_thread.c1155 restart:
1161 goto restart;
1174 goto restart;
1194 goto restart;
H A Dvfs_lookup.c78 * Prepare namei() to restart. Reset components to its original state and set
625 restart:
664 goto restart;
714 goto restart;
/freebsd-current/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c907 restart:
936 goto restart;
945 goto restart;
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1089 restart:
1128 goto restart;
1276 restart:
1321 goto restart;
1401 goto restart;
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table.c521 * its operation from the beginning (goto restart).
563 restart:
613 goto restart;
624 goto restart;
635 goto restart;
1229 restart:
1289 goto restart;
/freebsd-current/contrib/tnftp/src/
H A Dcmdtab.c155 HSTR restarthelp[]= "restart file transfer at bytecount";
276 { "restart", H(restarthelp), 1, 1, 1, CMPL0 restart },
/freebsd-current/sys/dev/sound/midi/
H A Dsequencer.c439 restart:
450 goto restart;
1516 restart:
1615 goto restart;
/freebsd-current/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm178 sub restart subroutine

Completed in 265 milliseconds

123456789