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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp302 KextNode soughtKext, *foundKext = NULL; local
323 foundKext = kextHint;
327 foundKext = RB_FIND(KextTree, &kextHead, &soughtKext);
330 if (foundKext) {
336 ce->parentKext = foundKext;
350 SLIST_INSERT_HEAD(&foundKext->classList, ce, lLink);
352 foundKext->classes++;
354 kextHint = foundKext;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp3437 OSKext * foundKext = NULL; local
3440 foundKext = OSDynamicCast(OSKext, sKextsByID->getObject(kextIdentifier));
3441 if (foundKext) {
3442 foundKext->retain();
3446 return foundKext;
3462 OSKext * foundKext = NULL; // returned local
3471 foundKext = thisKext;
3472 foundKext->retain();
3480 return foundKext;
3488 OSKext * foundKext local
3522 OSKext * foundKext = NULL; // returned local
3658 OSKext * foundKext = NULL; local
[all...]

Completed in 81 milliseconds