Searched defs:attempt (Results 1 – 6 of 6) sorted by relevance
25 attempt(int fd) in attempt() function
50 int attempt = 1; variable
908 for (size_t attempt = 0; fd == -1 && attempt < max_attempts; attempt++) { variable925 for (size_t attempt = 0; rv == 0 && attempt < max_attempts; attempt++) { variable
377 int attempt; in semu_alloc() local
2318 size_t attempt = strlcat(realpath, str, MAXPATHLEN); local
8281 IOReturn attempt = kIOReturnSuccess; local