Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp296 device = IOService::copyMatchingService(matching); in IODMACommandLocalMappedNonContig()
896 isp = IOService::copyMatchingService(IOService::nameMatching("isp")); in IOMemoryDescriptorTest()
/xnu-11215/iokit/IOKit/
H A DIOService.h977 static OSPtr<IOService> copyMatchingService( OSDictionary * matching );
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp2801 *service = IOService::copyMatchingService( dict ); in internal_io_service_get_matching_service()
3382 entry = IOService::copyMatchingService(matching); in is_io_registry_entry_from_path()
H A DIOService.cpp6248 IOService::copyMatchingService( OSDictionary * matching ) in copyMatchingService() function in IOService
8008 foundAlternateService = IOService::copyMatchingService(alternateMatchingDict); in matchPassive()
H A DIOUserServer.cpp6588 IOService * service = IOService::copyMatchingService(matching); in launchUserServer()