Searched refs:MAX_RETRIES (Results 1 – 2 of 2) sorted by relevance
8 #define MAX_RETRIES 10 macro34 } while (service == IO_OBJECT_NULL && retries <= MAX_RETRIES); in IOTestServiceFindService()
215 int MAX_RETRIES = 3; variable216 while (!passed_test && tries < MAX_RETRIES) {