Searched refs:kMaxUpdateFailures (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c118 #define kMaxUpdateFailures 5 // consecutive failures macro
1120 if (watched->updterrs < kMaxUpdateFailures &&
1127 watched->updterrs >= kMaxUpdateFailures ? "failures" : "update attempts");

Completed in 39 milliseconds