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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp470 bool deviceMatch = false; local
488 deviceMatch = true; // if no matching dictionary, this is not a criteria and so must match
490 deviceMatch = false;
492 deviceMatch = deviceDictionary->isEqualTo ( matchingDictionary, matchingDictionary );
507 if (deviceMatch && providerMatch) {
514 nodeFound = (deviceMatch && providerMatch && multiParentMatch);

Completed in 117 milliseconds