Home
last modified time | relevance | path

Searched refs:serviceMatching (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp105 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 DIOKitBSDInit.cpp203 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 DDINetBootHook.cpp117 matchDictionary = IOService::serviceMatching(kIOHDIXControllerClassName); in di_load_controller()
/xnu-11215/libkern/coreanalytics/
H A Dcoreanalytics_shim.cpp50 OSSharedPtr<OSDictionary> dict = IOService::serviceMatching(kCoreAnalyticsMatchingClassName); in core_analytics_family_match()
/xnu-11215/iokit/Tests/
H A DTests.cpp1418 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 DIOService.h990 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 DIOService.cpp4311 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 DIOPolledInterface.cpp463 matching = IOService::serviceMatching("IOMedia"); in IOCopyMediaForDev()
H A DIOPlatformExpert.cpp472 OSDictionary *matching = serviceMatching("IOInterruptController"); in setCPUInterruptProperties()
H A DIOUserServer.cpp6583 matching = IOService::serviceMatching(gIOUserServerClassKey); in launchUserServer()
H A DIOPMrootDomain.cpp1800 matching = serviceMatching("IOPMPowerSource"); in start()