Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp613 OSDictionary * nubDictionary; in CheckSubTree() local
647 if (NULL != (nubDictionary = theNub->dictionaryWithProperties())) { in CheckSubTree()
648 providerMatch = nubDictionary->isEqualTo( providerDictionary, providerDictionary ); in CheckSubTree()
649 nubDictionary->release(); in CheckSubTree()