| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| lookup.c | 49 unsigned int restarts; member in struct:dns_lookup 167 lookup->restarts++; 312 * Limit the number of restarts. 314 if (want_restart && lookup->restarts == MAX_RESTARTS) { 401 lookup->restarts = 0;
|
| client.c | 147 unsigned int restarts; member in struct:resctx 763 rctx->restarts++; 1047 * Limit the number of restarts. 1049 if (want_restart && rctx->restarts == MAX_RESTARTS) { 1304 rctx->restarts = 0;
|
| resolver.c | 373 unsigned int restarts; member in struct:fetchctx 2057 if (fctx->restarts > fctx->res->nonbackofftries) { 2058 int shift = fctx->restarts - fctx->res->nonbackofftries; 3763 fctx->restarts++; 3764 if (fctx->restarts > 100) { 3765 FCTXTRACE("too many restarts"); 3890 if (fctx->restarts == 1) { 3899 * if fctx->restarts > 1, we've clearly been having trouble 5226 fctx->restarts = 0; 9859 rctx->fctx->restarts = 0 [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| client.c | 106 unsigned int restarts; member in struct:resctx 523 rctx->restarts++; 798 * Limit the number of restarts. 801 rctx->restarts == rctx->client->max_restarts)
|
| resolver.c | 432 unsigned int restarts; member in struct:fetchctx 1884 if (fctx->restarts > fctx->res->nonbackofftries) { 1885 int shift = fctx->restarts - fctx->res->nonbackofftries; 3473 fctx->restarts++; 3474 if (fctx->restarts > 100) { 3475 FCTXTRACE("too many restarts"); 3606 if (fctx->restarts == 1) { 3615 * if fctx->restarts > 1, we've clearly been having 9558 rctx->fctx->restarts = 0; 10909 fctx->referrals, fctx->restarts, fctx->querysent [all...] |
| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| query.h | 109 unsigned int restarts; member in struct:ns_query
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_adapter.h | 269 uint64_t restarts; member in struct:sge_txq
|
| /src/external/gpl2/gmake/dist/ |
| main.c | 912 unsigned int restarts = 0; 1187 restarts = (unsigned int) atoi (ep + 1); 1253 always_make_flag = always_make_set && (restarts == 0); 1790 as possible into the future). If restarts is set we'll do -W later. */ 1802 if (!restarts && new_files != 0) 2027 ++restarts; 2032 printf (_("Re-executing[%u]:"), restarts); 2057 sprintf (*p, "MAKE_RESTARTS=%u", restarts); 2058 restarts = 0; 2068 sprintf (buffer, "%u", restarts); 908 unsigned int restarts = 0; local [all...] |
| /src/external/mpl/bind/dist/bin/delv/ |
| delv.c | 135 static uint32_t restarts = MAX_RESTARTS; variable 1294 case 'e': /* restarts */ 1295 FULLCHECK("restarts"); 1302 result = parse_uint(&restarts, value, 255, "restarts"); 1304 fatal("Couldn't parse restarts"); 1306 if (restarts == 0) { 1307 fatal("restarts must be between 1..255"); 1962 dns_client_setmaxrestarts(client, restarts); 2242 dns_view_setmaxrestarts(view, restarts); [all...] |
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 2146 (void)cfg_map_get(options, "max-query-restarts", &obj); 2148 uint32_t restarts = cfg_obj_asuint32(obj); local 2149 if (restarts == 0 || restarts > 255) { 2151 "'max-query-restarts' is out of "
|