Home
last modified time | relevance | path

Searched refs:propertyMatching (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOMapper.cpp200 matching = IOService::propertyMatching(gIOMapperIDKey, data.get()); in copyMapperForDeviceWithIndex()
202 matching = IOService::propertyMatching(gIOMapperIDKey, obj.get()); in copyMapperForDeviceWithIndex()
H A DIOService.cpp4316 IOService::propertyMatching(gIOUserServerNameKey, serverName, matching); in __WAITING_FOR_USER_SERVER__()
4318 IOService::propertyMatching(gIOUserServerTagKey, serverTag, matching); in __WAITING_FOR_USER_SERVER__()
6935 IOService::propertyMatching( const OSSymbol * key, const OSObject * value, in propertyMatching() function in IOService
6960 IOService::propertyMatching( const OSSymbol * key, const OSObject * value, in propertyMatching() function in IOService
6963 OSDictionary * result = propertyMatching(key, value, table.get()); in propertyMatching()
H A DIOPlatformExpert.cpp473 matching = propertyMatching(gPlatformInterruptControllerName, kOSBooleanTrue, matching); in setCPUInterruptProperties()
H A DIOUserServer.cpp2080 result = propertyMatching(keySym, (const OSObject *) value, matching); in CreatePropertyMatchingDictionary()
6587 IOService::propertyMatching(gIOUserServerNameKey, serverName, matching); in launchUserServer()
/xnu-11215/iokit/IOKit/
H A DIOService.h1124 static OSPtr<OSDictionary> propertyMatching( const OSSymbol * key, const OSObject * value,
1136 static OSSharedPtr<OSDictionary> propertyMatching( const OSSymbol * key, const OSObject * value,
/xnu-11215/iokit/Tests/
H A DTests.cpp1739 OSSharedPtr<OSDictionary> result = IOService::propertyMatching(name.get(), value.get(), table); in IOServiceMatchingSharedPtrTests()
1745 OSSharedPtr<OSDictionary> result2 = IOService::propertyMatching(name.get(), value.get(), table); in IOServiceMatchingSharedPtrTests()