Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp617 bool deviceMatch = false; in CheckSubTree() local
635 deviceMatch = true; // if no matching dictionary, this is not a criteria and so must match in CheckSubTree()
637 deviceMatch = false; in CheckSubTree()
639 deviceMatch = deviceDictionary->isEqualTo( matchingDictionary, matchingDictionary ); in CheckSubTree()
654 if (deviceMatch && providerMatch) { in CheckSubTree()
661 nodeFound = (deviceMatch && providerMatch && multiParentMatch); in CheckSubTree()