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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp236 static OSArray * sUnloadedPrelinkedKexts = NULL; variable
602 sUnloadedPrelinkedKexts = OSArray::withCapacity(kOSKextTypicalLoadCount / 10);
609 sRequestCallbackRecords && sUnloadedPrelinkedKexts);
6419 if (sUnloadedPrelinkedKexts) {
6420 sUnloadedPrelinkedKexts->setObject(bundleID);
6905 sUnloadedPrelinkedKexts->flushCollection();
9262 if (sUnloadedPrelinkedKexts == NULL) {
9265 unLoadedCount = sUnloadedPrelinkedKexts->getCount();
9273 myBundleID = OSDynamicCast(OSSymbol, sUnloadedPrelinkedKexts->getObject(i));

Completed in 82 milliseconds