Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp615 bool nodeFound = false; in CheckSubTree() local
661 nodeFound = (deviceMatch && providerMatch && multiParentMatch); in CheckSubTree()
667 nodeFound = false; in CheckSubTree()
672 if (nodeFound) { in CheckSubTree()
683 nodeFound = false; in CheckSubTree()
687 continueSearch = ((false == nodeFound) || (NULL != multipleParentKeyValue)); in CheckSubTree()
690 nodeFound = CheckSubTree( children, theNub, theDevice, entry ); in CheckSubTree()
691 continueSearch = ((false == nodeFound) || (NULL != multipleParentKeyValue)); in CheckSubTree()
699 return nodeFound; in CheckSubTree()
H A DIOPMrootDomain.cpp12254 bool nodeFound = false; local
12293 nodeFound = true;
12298 if (nodeFound) {