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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp10291 u_int maxKexts; local
10303 for (i = 0, maxKexts = 0; i < count; ++i) {
10305 maxKexts += (aKext && aKext->isExecutable());
10308 if (!maxKexts) goto finish;
10309 if (maxKexts < kOSKextTypicalLoadCount) maxKexts = kOSKextTypicalLoadCount;
10315 size += maxKexts * sizeof(*gLoadedKextSummaries->summaries);
10358 for (i = 0, j = 0; i < count && j < maxKexts; ++i) {

Completed in 142 milliseconds