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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp954 OSSet * prelinkedKexts = NULL; // must release local
974 prelinkedKexts = OSSet::withCapacity(0);
975 if (!prelinkedKexts) {
995 if (prelinkedKexts && thisKext->isPrelinked()) {
996 prelinkedKexts->setObject(thisKext);
1016 if (prelinkedKexts) {
1017 prelinkIterator = OSCollectionIterator::withCollection(prelinkedKexts);
1033 OSSafeRelease(prelinkedKexts);

Completed in 61 milliseconds