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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp232 static OSDictionary * sKextsByID = NULL; variable
594 sKextsByID = OSDictionary::withCapacity(kOSKextTypicalLoadCount);
601 assert(sKextsByID && sLoadedKexts && sKernelRequests &&
700 setResult = sKextsByID->setObject(sKernelKext->bundleID, sKernelKext);
986 kextIterator = OSCollectionIterator::withCollection(sKextsByID);
994 thisKext = OSDynamicCast(OSKext, sKextsByID->getObject(thisID));
1006 sKextsByID->flushCollection();
1013 sKextsByID->setObject(thisKext->getIdentifierCString(), thisKext);
1027 sKextsByID->setObject(thisKext->getIdentifierCString(),
1753 existingKext = OSDynamicCast(OSKext, sKextsByID
[all...]

Completed in 28 milliseconds