Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp610 OSDictionary * matchingDictionary; in CheckSubTree() local
632 matchingDictionary = (OSDictionary *) entry->getObject("device"); in CheckSubTree()
636 if (matchingDictionary) { in CheckSubTree()
639 deviceMatch = deviceDictionary->isEqualTo( matchingDictionary, matchingDictionary ); in CheckSubTree()