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

/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp130 if (waitForService(resourceMatching("IORTC"), &t ) != NULL) {
148 if (waitForService(resourceMatching("IORTC"), &t ) != NULL) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStartIOKit.cpp66 IOService::waitForService(IOService::resourceMatching("IORTC"), &t );
68 IOService::waitForService(IOService::resourceMatching("IONVRAM"), &t );
H A DIODMAController.cpp58 dmaController = OSDynamicCast(IODMAController, IOService::waitForService(IOService::nameMatching(dmaParentName)));
H A DIOPlatformExpert.cpp352 controller = OSDynamicCast(IOCPUInterruptController, waitForService(serviceMatching("IOCPUInterruptController")));
1033 _resources = waitForService(resourceMatching(functionName));
H A DIOService.cpp3029 waitForService( table );
4006 IOService * IOService::waitForService( OSDictionary * matching, function in class:IOService
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp230 stack = IOService::waitForService(
490 service = IOService::waitForService( matching, &t );
647 resources = IOService::waitForService( IOService::resourceMatching( kIOPlatformUUIDKey ), ( timeout.tv_sec || timeout.tv_nsec ) ? &timeout : 0 );
674 platform = IOService::waitForService( platform_dict );
707 service = IOService::waitForService( dictionary, &tv );
793 service = IOService::waitForService( dictionary, &tv );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h703 /*! @function waitForService
706 @param matching The matching dictionary describing the desired IOService object. <code>waitForService</code> consumes one reference of the matching dictionary.
710 static IOService * waitForService( OSDictionary * matching,
716 @param matching The matching dictionary describing the desired IOService object. (Does not consume a reference of the matching dictionary - differs from waitForService() which does consume a reference on the matching dictionary.)
718 @result A published IOService object matching the supplied dictionary. waitForMatchingService returns a reference to the IOService which should be released by the caller. (Differs from waitForService() which does not retain the returned object.) */

Completed in 97 milliseconds