Home
last modified time | relevance | path

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

/xnu-11215/iokit/bsddev/
H A DDINetBootHook.cpp122 controllerIterator = IOService::getMatchingServices(matchDictionary); in di_load_controller()
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp1139 iter = IOService::getMatchingServices(personality); in startMatching()
H A DIOPolledInterface.cpp483 iter = IOService::getMatchingServices(matching); in IOCopyMediaForDev()
H A DIOUserClient.cpp2718 *existing = IOUserIterator::withIterator(IOService::getMatchingServices( dict )); in internal_io_service_get_matching_services()
H A DIOService.cpp6232 IOService::getMatchingServices( OSDictionary * matching ) in getMatchingServices() function in IOService
H A DIOPMrootDomain.cpp1801 psIterator = getMatchingServices(matching.get()); in start()
/xnu-11215/iokit/IOKit/
H A DIOService.h969 static OSPtr<OSIterator> getMatchingServices( OSDictionary * matching );
/xnu-11215/iokit/Tests/
H A DTests.cpp2026 iter = IOService::getMatchingServices(matchingDict.get()); in sysctl_iokittest()