Searched refs:resourceMatching (Results 1 - 6 of 6) 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 DIOPlatformExpert.cpp1033 _resources = waitForService(resourceMatching(functionName));
H A DIOService.cpp3016 table = resourceMatching( str );
4144 OSDictionary * IOService::resourceMatching( const OSString * str, function in class:IOService
4154 OSDictionary * IOService::resourceMatching( const char * name, function in class:IOService
4163 table = resourceMatching( str, table );
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp80 dict = IOService::resourceMatching( property );
155 return IOService::resourceMatching( "boot-uuid-media" );
647 resources = IOService::waitForService( IOService::resourceMatching( kIOPlatformUUIDKey ), ( timeout.tv_sec || timeout.tv_nsec ) ? &timeout : 0 );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h783 /*! @function resourceMatching
787 @param table If zero, <code>resourceMatching</code> creates a matching dictionary and returns a reference to it, otherwise the matching properties are added to the specified dictionary.
790 static OSDictionary * resourceMatching( const char * name,
793 /*! @function resourceMatching
797 @param table If zero, <code>resourceMatching</code> creates a matching dictionary and returns a reference to it, otherwise the matching properties are added to the specified dictionary.
800 static OSDictionary * resourceMatching( const OSString * name,

Completed in 93 milliseconds