Searched refs:propertyMatching (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMapper.cpp | 200 matching = IOService::propertyMatching(gIOMapperIDKey, data.get()); in copyMapperForDeviceWithIndex() 202 matching = IOService::propertyMatching(gIOMapperIDKey, obj.get()); in copyMapperForDeviceWithIndex()
|
| H A D | IOService.cpp | 4316 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 D | IOPlatformExpert.cpp | 473 matching = propertyMatching(gPlatformInterruptControllerName, kOSBooleanTrue, matching); in setCPUInterruptProperties()
|
| H A D | IOUserServer.cpp | 2080 result = propertyMatching(keySym, (const OSObject *) value, matching); in CreatePropertyMatchingDictionary() 6587 IOService::propertyMatching(gIOUserServerNameKey, serverName, matching); in launchUserServer()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 1124 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 D | Tests.cpp | 1739 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()
|