Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/bsddev/
H A DDINetBootHook.cpp109 OSDictionary * matchDictionary = NULL; in di_load_controller() local
117 matchDictionary = IOService::serviceMatching(kIOHDIXControllerClassName); in di_load_controller()
118 if (!matchDictionary) { in di_load_controller()
122 controllerIterator = IOService::getMatchingServices(matchDictionary); in di_load_controller()
135 if (matchDictionary) { in di_load_controller()
136 matchDictionary->release(); in di_load_controller()