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

/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DDINetBootHook.cpp112 OSDictionary * matchDictionary = 0; local
131 matchDictionary = IOService::serviceMatching(kIOHDIXControllerClassName);
132 if (!matchDictionary) {
137 controllerIterator = IOService::getMatchingServices(matchDictionary);
200 if (matchDictionary) matchDictionary->release();

Completed in 10 milliseconds