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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp468 bool nodeFound = false; local
514 nodeFound = (deviceMatch && providerMatch && multiParentMatch);
520 nodeFound = false;
524 if ( nodeFound ) {
536 nodeFound = false;
539 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
542 nodeFound = CheckSubTree ( children, theNub, theDevice, entry );
543 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
550 return ( nodeFound );

Completed in 241 milliseconds