Searched refs:foundKext (Results 1 – 2 of 2) sorted by relevance
315 KextNode soughtKext, *foundKext = NULL; in onClassAdded() local334 foundKext = kextHint; in onClassAdded()337 foundKext = RB_FIND(KextTree, &kextHead, &soughtKext); in onClassAdded()340 if (foundKext) { in onClassAdded()346 ce->parentKext = foundKext; in onClassAdded()360 SLIST_INSERT_HEAD(&foundKext->classList, ce, lLink); in onClassAdded()362 foundKext->classes++; in onClassAdded()364 kextHint = foundKext; in onClassAdded()
4255 OSSharedPtr<OSKext> foundKext; in lookupKextWithIdentifier() local4261 return foundKext; in lookupKextWithIdentifier()4317 return foundKext; in lookupKextWithLoadTag()4393 foundKext.reset(thisKext, OSRetain); in lookupKextWithAddress()4400 return foundKext; in lookupKextWithAddress()4496 return foundKext; in lookupKextWithUUID()4514 if (foundKext && foundKext->isLoaded()) { in isKextWithIdentifierLoaded()4707 OSKext * foundKext = NULL; in removeKextWithLoadTag() local4719 foundKext = thisKext; in removeKextWithLoadTag()4725 if (!foundKext) { in removeKextWithLoadTag()[all …]