Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp122 IOService *cpu = IOService::waitForMatchingService(matching, UINT64_MAX); in register_aic_handlers()
160 IOService::waitForMatchingService(matching, UINT64_MAX); in cpu_boot_thread()
173 IOService::waitForMatchingService(matching, UINT64_MAX)); in cpu_boot_thread()
/xnu-11215/libkern/coreanalytics/
H A Dcoreanalytics_shim.cpp53 service = IOService::waitForMatchingService(dict.get()); in core_analytics_family_match()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp150 match = IOService::waitForMatchingService( dict, timeout ); in IOServiceWaitForMatchingResource()
706 if ((service = IOService::waitForMatchingService(matching, 30ULL * kSecondScale))) { in IOFindBSDRoot()
1047 pe = (IOPlatformExpert *) IOService::waitForMatchingService(matching, 30ULL * kSecondScale); in IOSecureBSDRoot()
/xnu-11215/iokit/Kernel/
H A DIOMapper.cpp206 mapper = OSDynamicPtrCast<IOMapper>(IOService::waitForMatchingService(matching.get())); in copyMapperForDeviceWithIndex()
H A DIOService.cpp6663 IOService::waitForMatchingService( OSDictionary * matching, in waitForMatchingService() function in IOService
6684 result = waitForMatchingService(matching, timeoutNS); in waitForService()
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp1144 IOService *match = IOService::waitForMatchingService(match_dict); in exclaves_wait_for_cpu_init()
/xnu-11215/iokit/IOKit/
H A DIOService.h955 static OSPtr<IOService> waitForMatchingService( OSDictionary * matching,