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

/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp303 KextNode soughtKext, *foundKext = NULL; local
324 foundKext = kextHint;
328 foundKext = RB_FIND(KextTree, &kextHead, &soughtKext);
331 if (foundKext) {
337 ce->parentKext = foundKext;
351 SLIST_INSERT_HEAD(&foundKext->classList, ce, lLink);
353 foundKext->classes++;
355 kextHint = foundKext;
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3127 OSKext * foundKext = NULL; local
3130 foundKext = OSDynamicCast(OSKext, sKextsByID->getObject(kextIdentifier));
3131 if (foundKext) {
3132 foundKext->retain();
3136 return foundKext;
3152 OSKext * foundKext = NULL; // returned local
3161 foundKext = thisKext;
3162 foundKext->retain();
3170 return foundKext;
3178 OSKext * foundKext local
3212 OSKext * foundKext = NULL; // returned local
3369 OSKext * foundKext = NULL; local
[all...]

Completed in 36 milliseconds