Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 3 of 3) sorted by relevance

/lk-master/platform/bcm28xx/
A Dmailbox.c57 uint32_t attempts = 0; in mailbox_read() local
70 attempts++; in mailbox_read()
72 } while ((((local_result)&0xF) != ch) && (attempts < MAILBOX_MAX_READ_ATTEMPTS)); in mailbox_read()
76 return attempts < MAX_MAILBOX_READ_ATTEMPTS ? NO_ERROR : ERR_IO; in mailbox_read()
/lk-master/external/platform/nrfx/drivers/
A Dnrfx_common.h189 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ argument
192 uint32_t remaining_attempts = (attempts); \
/lk-master/external/lib/lwip/netif/ppp/
A Dauth.c878 static u_short attempts = 0; in check_passwd()
902 if (attempts++ >= 10) { in check_passwd()
903 AUTHDEBUG(LOG_WARNING, ("%d LOGIN FAILURES BY %s\n", attempts, user)); in check_passwd()
906 if (attempts > 3) { in check_passwd()
916 attempts = 0; /* Reset count */ in check_passwd()

Completed in 5 milliseconds