Home
last modified time | relevance | path

Searched refs:resourceMatching (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOStartIOKit.cpp81 IOService::resourceMatching("IORTC"), &t ); in IOKitInitializeTime()
84 IOService::resourceMatching("IONVRAM"), &t ); in IOKitInitializeTime()
H A DIOService.cpp5095 table = resourceMatching( str ); in checkResource()
6878 IOService::resourceMatching( const OSString * str, in resourceMatching() function in IOService
6891 IOService::resourceMatching( const OSString * str, in resourceMatching() function in IOService
6894 OSDictionary * result = resourceMatching(str, table.get()); in resourceMatching()
6904 IOService::resourceMatching( const char * name, in resourceMatching() function in IOService
6914 table = resourceMatching( str, table ); in resourceMatching()
6922 IOService::resourceMatching( const char * name, in resourceMatching() function in IOService
6925 OSDictionary * result = resourceMatching(name, table.get()); in resourceMatching()
H A DIOPlatformExpert.cpp1554 _resources = waitForService(resourceMatching(functionName)); in callPlatformFunction()
/xnu-11215/iokit/Tests/
H A DTests.cpp869 OSSharedPtr<OSDictionary> dict = IOService::resourceMatching("hello"); in OSCollectionTest()
1711 OSSharedPtr<OSDictionary> result = IOService::resourceMatching("name", table); in IOServiceMatchingSharedPtrTests()
1717 OSSharedPtr<OSDictionary> result2 = IOService::resourceMatching("name", table); in IOServiceMatchingSharedPtrTests()
1725 OSSharedPtr<OSDictionary> result = IOService::resourceMatching(name.get(), table); in IOServiceMatchingSharedPtrTests()
1731 OSSharedPtr<OSDictionary> result2 = IOService::resourceMatching(name.get(), table); in IOServiceMatchingSharedPtrTests()
/xnu-11215/iokit/IOKit/
H A DIOService.h1078 static OSPtr<OSDictionary> resourceMatching( const char * name,
1089 static OSSharedPtr<OSDictionary> resourceMatching( const char * name,
1100 static OSPtr<OSDictionary> resourceMatching( const OSString * name,
1111 static OSSharedPtr<OSDictionary> resourceMatching( const OSString * name,
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp146 dict = IOService::resourceMatching( property ); in IOServiceWaitForMatchingResource()
1101 …resources = IOService::waitForService( IOService::resourceMatching( kIOPlatformUUIDKey ), (timeout… in IOBSDGetPlatformUUID()
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp1143 OSDictionary *match_dict = IOService::resourceMatching(gIOAllCPUInitializedKey); in exclaves_wait_for_cpu_init()