Searched refs:registryEntryIDMatching (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h815 /*! @function registryEntryIDMatching
817 @discussion <code>registryEntryIDMatching</code> creates a matching dictionary that specifies the IOService object with the assigned registry entry ID (returned by <code>IORegistryEntry::getRegistryEntryID()</code>). An existing dictionary may be passed in, in which case the matching properties will be added to that dictionary rather than creating a new one.
819 @param table If zero, <code>registryEntryIDMatching</code> creates a matching dictionary and returns a reference to it, otherwise the matching properties are added to the specified dictionary.
822 static OSDictionary * registryEntryIDMatching( uint64_t entryID,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp4189 OSDictionary * IOService::registryEntryIDMatching( uint64_t entryID, function in class:IOService

Completed in 63 milliseconds