Searched refs:registryEntryIDMatching (Results 1 – 3 of 3) sorted by relevance
1147 static OSDictionary * registryEntryIDMatching( uint64_t entryID,1158 static OSSharedPtr<OSDictionary> registryEntryIDMatching( uint64_t entryID,
1753 OSSharedPtr<OSDictionary> result = IOService::registryEntryIDMatching(12, table); in IOServiceMatchingSharedPtrTests()1759 OSSharedPtr<OSDictionary> result2 = IOService::registryEntryIDMatching(12, table); in IOServiceMatchingSharedPtrTests()
6973 IOService::registryEntryIDMatching( uint64_t entryID, in registryEntryIDMatching() function in IOService6999 IOService::registryEntryIDMatching( uint64_t entryID, in registryEntryIDMatching() function in IOService7002 OSDictionary * result = registryEntryIDMatching(entryID, table.get()); in registryEntryIDMatching()8004 …OSDictionary* alternateMatchingDict = IOService::registryEntryIDMatching(alternateRegistryID->unsi… in matchPassive()