Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp619 bool multiParentMatch = false; in CheckSubTree() local
653 multiParentMatch = true; // again we indicate a match if there is no multi-parent node in CheckSubTree()
657 multiParentMatch = (NULL != aNumber) ? multipleParentKeyValue->isEqualTo(aNumber) : false; in CheckSubTree()
661 nodeFound = (deviceMatch && providerMatch && multiParentMatch); in CheckSubTree()