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

/darwin-on-arm/xnu/iokit/bsddev/
H A DDINetBootHook.cpp104 OSDictionary * matchDictionary = 0; local
112 matchDictionary = IOService::serviceMatching(kIOHDIXControllerClassName);
113 if (!matchDictionary)
116 controllerIterator = IOService::getMatchingServices(matchDictionary);
127 if (matchDictionary) matchDictionary->release();

Completed in 6 milliseconds