Lines Matching refs:foundKext

4255 	OSSharedPtr<OSKext> foundKext;  in lookupKextWithIdentifier()  local
4258 foundKext.reset(OSDynamicCast(OSKext, sKextsByID->getObject(kextIdentifier)), OSRetain); in lookupKextWithIdentifier()
4261 return foundKext; in lookupKextWithIdentifier()
4297 OSSharedPtr<OSKext> foundKext; // returned in lookupKextWithLoadTag() local
4308 foundKext.reset(thisKext, OSRetain); in lookupKextWithLoadTag()
4317 return foundKext; in lookupKextWithLoadTag()
4325 OSSharedPtr<OSKext> foundKext; // returned in lookupKextWithAddress() local
4352 foundKext.reset(thisKext, OSRetain); in lookupKextWithAddress()
4367 foundKext.reset(thisKext, OSRetain); in lookupKextWithAddress()
4374 foundKext.reset(sKernelKext, OSRetain); in lookupKextWithAddress()
4393 foundKext.reset(thisKext, OSRetain); in lookupKextWithAddress()
4400 return foundKext; in lookupKextWithAddress()
4462 OSSharedPtr<OSKext> foundKext; // returned in lookupKextWithUUID() local
4488 foundKext.reset(thisKext, OSRetain); in lookupKextWithUUID()
4496 return foundKext; in lookupKextWithUUID()
4509 OSKext * foundKext = NULL; // returned in isKextWithIdentifierLoaded() local
4513 foundKext = OSDynamicCast(OSKext, sKextsByID->getObject(kextIdentifier)); in isKextWithIdentifierLoaded()
4514 if (foundKext && foundKext->isLoaded()) { in isKextWithIdentifierLoaded()
4707 OSKext * foundKext = NULL; in removeKextWithLoadTag() local
4719 foundKext = thisKext; in removeKextWithLoadTag()
4725 if (!foundKext) { in removeKextWithLoadTag()
4735 result = OSKext::removeKext(foundKext, in removeKextWithLoadTag()