Home
last modified time | relevance | path

Searched refs:foundKext (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp315 KextNode soughtKext, *foundKext = NULL; in onClassAdded() local
334 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()
/xnu-11215/libkern/c++/
H A DOSKext.cpp4255 OSSharedPtr<OSKext> foundKext; in lookupKextWithIdentifier() local
4261 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() local
4719 foundKext = thisKext; in removeKextWithLoadTag()
4725 if (!foundKext) { in removeKextWithLoadTag()
[all …]