Home
last modified time | relevance | path

Searched refs:registryEntryIDMatching (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h1147 static OSDictionary * registryEntryIDMatching( uint64_t entryID,
1158 static OSSharedPtr<OSDictionary> registryEntryIDMatching( uint64_t entryID,
/xnu-11215/iokit/Tests/
H A DTests.cpp1753 OSSharedPtr<OSDictionary> result = IOService::registryEntryIDMatching(12, table); in IOServiceMatchingSharedPtrTests()
1759 OSSharedPtr<OSDictionary> result2 = IOService::registryEntryIDMatching(12, table); in IOServiceMatchingSharedPtrTests()
/xnu-11215/iokit/Kernel/
H A DIOService.cpp6973 IOService::registryEntryIDMatching( uint64_t entryID, in registryEntryIDMatching() function in IOService
6999 IOService::registryEntryIDMatching( uint64_t entryID, in registryEntryIDMatching() function in IOService
7002 OSDictionary * result = registryEntryIDMatching(entryID, table.get()); in registryEntryIDMatching()
8004 …OSDictionary* alternateMatchingDict = IOService::registryEntryIDMatching(alternateRegistryID->unsi… in matchPassive()