Lines Matching refs:OSKext
220 OSKext::sendAllKextPersonalitiesToCatalog(true); in readStartupExtensions()
269 if (OSKext::validateKCFileSetUUID(infoDict, KCKindAuxiliary) != 0) { in readPrelinkedExtensions()
280 if (!OSKext::registerDeferredKextCollection(mh, parsedXML, KCKindAuxiliary)) { in readPrelinkedExtensions()
291 ret = OSKext::addKextsFromKextCollection(mh, infoDict, in readPrelinkedExtensions()
385 OSSharedPtr<OSKext> aKext; in readBooterExtensions()
423 OSKext::createExcludeListFromBooterData(propertyDict.get(), keyIterator.get()); in readBooterExtensions()
491 OSSharedPtr<OSKext> newKext = OSKext::withBooterData(deviceTreeName, booterData.get()); in readBooterExtensions()
510 OSKext * theKext = NULL;// don't release in loadSecurityExtensions()
517 extensionsDict = OSKext::copyKexts(); in loadSecurityExtensions()
541 theKext = OSDynamicCast(OSKext, extensionsDict->getObject(bundleID)); in loadSecurityExtensions()
551 OSKext::loadKextWithIdentifier(bundleID->getCStringNoCopy(), in loadSecurityExtensions()
575 OSSharedPtr<OSKext> theKext; in loadKernelComponentKexts()
579 theKext = OSKext::lookupKextWithIdentifier(*kextIDPtr); in loadKernelComponentKexts()
582 if (kOSReturnSuccess != OSKext::loadKextWithIdentifier( in loadKernelComponentKexts()
613 OSKext * theKext = NULL;// don't release in loadKernelExternalComponents()
621 extensionsDict = OSKext::copyKexts(); in loadKernelExternalComponents()
645 theKext = OSDynamicCast(OSKext, extensionsDict->getObject(bundleID)); in loadKernelExternalComponents()
657 OSKext::loadKextWithIdentifier(bundleID->getCStringNoCopy(), in loadKernelExternalComponents()