Searched refs:waitForMatchingService (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMapper.cpp179 mapper = OSDynamicCast(IOMapper, IOService::waitForMatchingService(matching));
H A DIOService.cpp4265 IOService * IOService::waitForMatchingService( OSDictionary * matching, function in class:IOService
4327 result = waitForMatchingService(matching, timeoutNS);
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp84 match = IOService::waitForMatchingService( dict, timeout );
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h761 @abstract Deprecated use waitForMatchingService(). Waits for a matching to service to be published.
770 /*! @function waitForMatchingService
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.) */
777 static IOService * waitForMatchingService( OSDictionary * matching,

Completed in 122 milliseconds