HomeSort by: relevance | last modified time | path
    Searched defs:retry_cnt (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/arm/amlogic/
meson_rtc.c 242 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) {
  /src/external/bsd/libevent/dist/
http-internal.h 82 int retry_cnt; /* retry count */ member in struct:evhttp_connection
  /src/external/bsd/ntp/dist/sntp/libevent/
http-internal.h 83 int retry_cnt; /* retry count */ member in struct:evhttp_connection
  /src/sys/dev/pci/
if_bnx.c 1064 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++) {
  /src/crypto/external/apache2/openssl/dist/apps/lib/
s_cb.c 997 static int retry_cnt; local
999 if (retry_cnt < 5) {
1000 retry_cnt++;
1003 retry_cnt);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
s_cb.c 929 static int retry_cnt; local
931 if (retry_cnt < 5) {
932 retry_cnt++;
935 retry_cnt);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_cb.c 900 static int retry_cnt; local
901 if (retry_cnt < 5) {
902 retry_cnt++;
905 retry_cnt);
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c 1739 int retry_cnt = 0; local
1750 if (retry_cnt > MAX_RETRIES)
1767 retry_cnt++;

Completed in 196 milliseconds