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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp244 KextNode sought, *found; local
256 sought.kext = kext;
257 found = RB_FIND(KextTree, &kextHead, &sought);
368 ClassNode sought, *found; local
380 sought.metaClass = metaClass;
381 found = RB_FIND(ClassTree, &classHead, &sought);
420 ClassNode sought, *found = NULL; local
446 sought.metaClass = inOwner->getMetaClass();
447 found = RB_FIND(ClassTree, &classHead, &sought);
533 ClassNode sought, *foun local
607 IOWorkLoopDependency sought, *found; local
1054 KextNode *sought, *found = NULL; local
[all...]

Completed in 10 milliseconds