Home
last modified time | relevance | path

Searched refs:entryID (Results 1 – 2 of 2) 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/Kernel/
H A DIOService.cpp4821 uint64_t entryID; in startCandidate() local
4828 entryID = service->getRegistryEntryID(); in startCandidate()
4829 serverTag = OSNumber::withNumber(entryID, 64); in startCandidate()
6973 IOService::registryEntryIDMatching( uint64_t entryID, in registryEntryIDMatching() argument
6978 num = OSNumber::withNumber( entryID, 64 ); in registryEntryIDMatching()
6999 IOService::registryEntryIDMatching( uint64_t entryID, in registryEntryIDMatching() argument
7002 OSDictionary * result = registryEntryIDMatching(entryID, table.get()); in registryEntryIDMatching()