Searched refs:updterrs (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextd_watchvol.c142 int updterrs; // bump when locker reports an error member in struct:watchedVol
1197 if (watched->updterrs == 0)
1198 watched->updterrs++;
1238 if (watched->updterrs < kMaxUpdateFailures &&
1245 watched->updterrs >= kMaxUpdateFailures ? "failures" : "update attempts");
1404 * It does not look at updterrs because if something changed, we're willing
1427 * XX if kextcache is broken (e.g. a copy of 'false'), updterrs is never
1518 watched->updterrs++;
1896 if (watched->updterrs > 0) {
1901 watched->updterrs
[all...]

Completed in 132 milliseconds