Home
last modified time | relevance | path

Searched refs:max_tries (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Djit-w32.cc207 const int max_tries = 1000; in win_mkdtemp() local
209 for (tries = 0; tries < max_tries; ++tries) in win_mkdtemp()
240 if (tries == max_tries) in win_mkdtemp()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Ddict_memcache.c86 int max_tries; /* number of tries */ member
152 for (count = 0; count < dict_mc->max_tries; count++) { in dict_memcache_set()
189 for (count = 0; count < dict_mc->max_tries; count++) { in dict_memcache_get()
232 for (count = 0; count < dict_mc->max_tries; count++) { in dict_memcache_del()
558 dict_mc->max_tries = cfg_get_int(dict_mc->parser, DICT_MC_NAME_MAX_TRY, in dict_memcache_open()
/netbsd/lib/libradius/
H A Dradlib_private.h70 int max_tries; /* Number of tries before giving up */ member
H A Dradlib.c380 srvp->max_tries = tries; in rad_add_server()
593 while (h->servers[h->srv].num_tries >= h->servers[h->srv].max_tries) in rad_continue_send_request()
768 h->total_tries += h->servers[srv].max_tries; in rad_init_send_request()
/netbsd/external/bsd/wpa/dist/src/ap/
H A Ddpp_hostapd.c89 unsigned int wait_time, max_tries; in hostapd_dpp_auth_resp_retry() local
95 max_tries = hapd->dpp_resp_max_tries; in hostapd_dpp_auth_resp_retry()
97 max_tries = 5; in hostapd_dpp_auth_resp_retry()
99 if (auth->auth_resp_tries >= max_tries) { in hostapd_dpp_auth_resp_retry()
314 unsigned int wait_time, max_wait_time, freq, max_tries, used; in hostapd_dpp_auth_init_next() local
326 max_tries = hapd->dpp_init_max_tries; in hostapd_dpp_auth_init_next()
328 max_tries = 5; in hostapd_dpp_auth_init_next()
329 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in hostapd_dpp_auth_init_next()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Ddpp_supplicant.c116 unsigned int wait_time, max_tries; in wpas_dpp_auth_resp_retry() local
122 max_tries = wpa_s->dpp_resp_max_tries; in wpas_dpp_auth_resp_retry()
124 max_tries = 5; in wpas_dpp_auth_resp_retry()
126 if (auth->auth_resp_tries >= max_tries) { in wpas_dpp_auth_resp_retry()
349 unsigned int wait_time, max_wait_time, freq, max_tries, used; in wpas_dpp_auth_init_next() local
362 max_tries = wpa_s->dpp_init_max_tries; in wpas_dpp_auth_init_next()
364 max_tries = 5; in wpas_dpp_auth_init_next()
365 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in wpas_dpp_auth_init_next()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_transform.c1146 uint8_t max_tries = 10; in program_pwl() local
1159 while (counter < max_tries) { in program_pwl()
1179 if (counter == max_tries) { in program_pwl()
/netbsd/sys/external/bsd/drm2/dist/drm/ast/
H A Dast_post.c2013 u32 max_tries = 5; in ast_dram_init_2500() local
2016 if (max_tries-- == 0) in ast_dram_init_2500()
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi23240 int n_tries, max_tries;
23244 for (n_tries = 0; n_tries < max_tries; n_tries++)
H A Dgcc.info52605 int n_tries, max_tries;
52609 for (n_tries = 0; n_tries < max_tries; n_tries++)
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi23240 int n_tries, max_tries;
23244 for (n_tries = 0; n_tries < max_tries; n_tries++)
H A Dgcc.info52605 int n_tries, max_tries;
52609 for (n_tries = 0; n_tries < max_tries; n_tries++)