Searched refs:serviceMatching (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 105 OSDictionary *matching = IOService::serviceMatching("IOPlatformDevice"); in matching_dict_for_cpu_id() 159 OSDictionary *matching = IOService::serviceMatching("IOPlatformExpert"); in cpu_boot_thread() 171 matching = IOService::serviceMatching("IOPMGR"); in cpu_boot_thread()
|
| /xnu-11215/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 203 dict = IOService::serviceMatching( gIOServiceKey ); in IOBSDNameMatching() 254 matching = IOService::serviceMatching( "IONetworkInterface" ); in IONetworkNamePrefixMatching() 327 IOService::serviceMatching("IONetworkStack")); in IORegisterNetworkInterface() 632 IOService::serviceMatching("IODTNVRAM"))); in IOSetRecoveryBoot() 702 matching = IOService::serviceMatching(gIOResourcesKey); in IOFindBSDRoot() 873 matching = IOService::serviceMatching( "IOMedia" ); in IOFindBSDRoot() 1045 matching = IOService::serviceMatching("IOPlatformExpert"); in IOSecureBSDRoot()
|
| H A D | DINetBootHook.cpp | 117 matchDictionary = IOService::serviceMatching(kIOHDIXControllerClassName); in di_load_controller()
|
| /xnu-11215/libkern/coreanalytics/ |
| H A D | coreanalytics_shim.cpp | 50 OSSharedPtr<OSDictionary> dict = IOService::serviceMatching(kCoreAnalyticsMatchingClassName); in core_analytics_family_match()
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1418 matching = IOService::serviceMatching("IOPlatformExpert"); in IOServiceTest() 1655 OSSharedPtr<OSDictionary> result = IOService::serviceMatching("name", table); in IOServiceMatchingSharedPtrTests() 1661 OSSharedPtr<OSDictionary> result2 = IOService::serviceMatching("name", table); in IOServiceMatchingSharedPtrTests() 1669 OSSharedPtr<OSDictionary> result = IOService::serviceMatching(name.get(), table); in IOServiceMatchingSharedPtrTests() 1675 OSSharedPtr<OSDictionary> result2 = IOService::serviceMatching(name.get(), table); in IOServiceMatchingSharedPtrTests()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 990 static OSPtr<OSDictionary> serviceMatching( const char * className, 1001 static OSSharedPtr<OSDictionary> serviceMatching( const char * className, 1012 static OSPtr<OSDictionary> serviceMatching( const OSString * className, 1023 static OSSharedPtr<OSDictionary> serviceMatching( const OSString * className,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOService.cpp | 4311 OSDictionary * matching = IOService::serviceMatching(gIOUserServerClassKey); in __WAITING_FOR_USER_SERVER__() 6754 IOService::serviceMatching( const OSString * name, in serviceMatching() function in IOService 6777 IOService::serviceMatching( const OSString * name, in serviceMatching() function in IOService 6780 OSDictionary * result = serviceMatching(name, table.get()); in serviceMatching() 6790 IOService::serviceMatching( const char * name, in serviceMatching() function in IOService 6800 table = serviceMatching( str, table ); in serviceMatching() 6807 IOService::serviceMatching( const char * className, in serviceMatching() function in IOService 6810 OSDictionary * result = serviceMatching(className, table.get()); in serviceMatching() 6881 table = serviceMatching( gIOResourcesKey, table ); in resourceMatching()
|
| H A D | IOPolledInterface.cpp | 463 matching = IOService::serviceMatching("IOMedia"); in IOCopyMediaForDev()
|
| H A D | IOPlatformExpert.cpp | 472 OSDictionary *matching = serviceMatching("IOInterruptController"); in setCPUInterruptProperties()
|
| H A D | IOUserServer.cpp | 6583 matching = IOService::serviceMatching(gIOUserServerClassKey); in launchUserServer()
|
| H A D | IOPMrootDomain.cpp | 1800 matching = serviceMatching("IOPMPowerSource"); in start()
|