| /src/lib/libradius/ |
| radlib_private.h | 70 int max_tries; /* Number of tries before giving up */ member in struct:rad_server
|
| radlib.c | 380 srvp->max_tries = tries; 593 while (h->servers[h->srv].num_tries >= h->servers[h->srv].max_tries) 768 h->total_tries += h->servers[srv].max_tries;
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-w32.cc | 207 const int max_tries = 1000; local 209 for (tries = 0; tries < max_tries; ++tries) 240 if (tries == max_tries)
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-w32.cc | 207 const int max_tries = 1000; local 209 for (tries = 0; tries < max_tries; ++tries) 240 if (tries == max_tries)
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| dict_memcache.c | 92 int max_tries; /* number of tries */ member in struct:__anon5 160 for (count = 0; count < dict_mc->max_tries; count++) { 197 for (count = 0; count < dict_mc->max_tries; count++) { 240 for (count = 0; count < dict_mc->max_tries; count++) { 603 dict_mc->max_tries = cfg_get_int(dict_mc->parser, DICT_MC_NAME_MAX_TRY,
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
| amdgpu_dce_transform.c | 1146 uint8_t max_tries = 10; local 1159 while (counter < max_tries) { 1179 if (counter == max_tries) {
|
| /src/external/bsd/wpa/dist/src/ap/ |
| dpp_hostapd.c | 194 unsigned int wait_time, max_tries; local 200 max_tries = hapd->dpp_resp_max_tries; 202 max_tries = 5; 204 if (auth->auth_resp_tries >= max_tries) { 731 unsigned int wait_time, max_wait_time, freq, max_tries, used; local 743 max_tries = hapd->dpp_init_max_tries; 745 max_tries = 5; 746 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) {
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| dpp_supplicant.c | 218 unsigned int wait_time, max_tries; local 224 max_tries = wpa_s->dpp_resp_max_tries; 226 max_tries = 5; 228 if (auth->auth_resp_tries >= max_tries) { 743 unsigned int wait_time, max_wait_time, freq, max_tries, used; local 758 max_tries = wpa_s->dpp_init_max_tries; 760 max_tries = 5; 761 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) {
|
| /src/sys/external/bsd/drm2/dist/drm/ast/ |
| ast_post.c | 2013 u32 max_tries = 5; local 2016 if (max_tries-- == 0)
|