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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMapper.cpp159 mapper = OSDynamicCast(IOMapper, IOService::waitForMatchingService(matching));
H A DIOService.cpp3959 IOService * IOService::waitForMatchingService( OSDictionary * matching, function in class:IOService
4021 result = waitForMatchingService(matching, timeoutNS);
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp83 match = IOService::waitForMatchingService( dict, timeout );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h704 @abstract Deprecated use waitForMatchingService(). Waits for a matching to service to be published.
713 /*! @function waitForMatchingService
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.) */
720 static IOService * waitForMatchingService( OSDictionary * matching,

Completed in 24 milliseconds