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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp8918 int unLoadedCount, i; local
8926 unLoadedCount = sUnloadedPrelinkedKexts->getCount();
8927 if (unLoadedCount == 0) {
8931 for (i = 0; i < unLoadedCount; i++) {

Completed in 23 milliseconds