Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp612 OSDictionary * deviceDictionary; in CheckSubTree() local
638 if (NULL != (deviceDictionary = theDevice->dictionaryWithProperties())) { in CheckSubTree()
639 deviceMatch = deviceDictionary->isEqualTo( matchingDictionary, matchingDictionary ); in CheckSubTree()
640 deviceDictionary->release(); in CheckSubTree()