Searched refs:retry_cnt (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_rtc.c242 size_t s_nrdy_cnt, retry_cnt; local
245 retry_cnt = 0;
249 if (retry_cnt++ == RESET_RETRY_TIMES)
306 size_t init_cnt, retry_cnt; local
309 retry_cnt = 0;
313 if (retry_cnt++ == RESET_RETRY_TIMES) {
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dhttp-internal.h82 int retry_cnt; /* retry count */ member in struct:evhttp_connection
H A Dhttp.c1314 if (evcon->retry_max < 0 || evcon->retry_cnt < evcon->retry_max) {
1319 for (i=0; i < evcon->retry_cnt; ++i) {
1332 evcon->retry_cnt++;
1494 evcon->retry_cnt = 0;
2271 evcon->retry_cnt = evcon->retry_max = 0;
/netbsd-current/external/bsd/libevent/dist/
H A Dhttp-internal.h82 int retry_cnt; /* retry count */ member in struct:evhttp_connection
H A Dhttp.c1411 if (evcon->retry_max < 0 || evcon->retry_cnt < evcon->retry_max) {
1416 for (i=0; i < evcon->retry_cnt; ++i) {
1429 evcon->retry_cnt++;
1628 evcon->retry_cnt = 0;
2402 evcon->retry_cnt = evcon->retry_max = 0;
2680 if (evcon->retry_cnt)
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_cb.c900 static int retry_cnt; local
901 if (retry_cnt < 5) {
902 retry_cnt++;
905 retry_cnt);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Ds_cb.c908 static int retry_cnt; local
910 if (retry_cnt < 5) {
911 retry_cnt++;
914 retry_cnt);
/netbsd-current/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c1739 int retry_cnt = 0; local
1750 if (retry_cnt > MAX_RETRIES)
1767 retry_cnt++;
/netbsd-current/sys/dev/pci/
H A Dif_bnx.c1064 uint32_t val, retry_cnt = 5; local
1071 for (idx = 0; idx < retry_cnt; idx++) {
3340 int i, retry_cnt = 10; local
3354 for (i = 0; i < retry_cnt; i++) {
3377 for (j = 0; j < retry_cnt; j++) {

Completed in 240 milliseconds