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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp69 IOService::waitForService(
72 IOService::waitForService(
H A DIODMAController.cpp65 dmaController = OSDynamicCast(IODMAController, IOService::waitForService(IOService::nameMatching(dmaParentName)));
H A DIOPlatformExpert.cpp363 controller = OSDynamicCast(IOCPUInterruptController, waitForService(serviceMatching("IOCPUInterruptController")));
1070 _resources = waitForService(resourceMatching(functionName));
H A DIOService.cpp3330 waitForService( table );
4312 IOService * IOService::waitForService( OSDictionary * matching, function in class:IOService
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPUnit.cpp232 waitForService( matchingTable );
322 fwIP = OSDynamicCast(IOFireWireIP, waitForService( matchingTable ));
H A DIOFireWireIP.cpp237 IOService * tbtSwitch = waitForService( matchDict, &timeout );
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp231 stack = IOService::waitForService(
495 service = IOService::waitForService( matching, &t );
643 resources = IOService::waitForService( IOService::resourceMatching( kIOPlatformUUIDKey ), ( timeout.tv_sec || timeout.tv_nsec ) ? &timeout : 0 );
670 platform = IOService::waitForService( platform_dict );
748 service = IOService::waitForService( dictionary, &tv );
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp125 waitForService(serviceMatching("IODisplayWrangler"), &timeout);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h760 /*! @function waitForService
763 @param matching The matching dictionary describing the desired IOService object. <code>waitForService</code> consumes one reference of the matching dictionary.
767 static IOService * waitForService( OSDictionary * matching,
773 @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.)
775 @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.) */
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkController.cpp269 waitForService(resourceMatching( "IOBSD" ));
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1145 waitForService( resourceMatching( "kdp" ) );
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp4194 IOService * options = IOService::waitForService( optionsMatchDictionary, &t ); // consumes dict ref, don't release options

Completed in 283 milliseconds