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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp494 bool multiParentMatch = false; local
528 multiParentMatch = true; // again we indicate a match if there is no multi-parent node
532 multiParentMatch = (NULL != aNumber) ? multipleParentKeyValue->isEqualTo (aNumber) : false;
536 nodeFound = (deviceMatch && providerMatch && multiParentMatch);

Completed in 113 milliseconds