Searched refs:attempts (Results 1 – 3 of 3) sorted by relevance
57 uint32_t attempts = 0; in mailbox_read() local70 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()
189 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ argument192 uint32_t remaining_attempts = (attempts); \
878 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