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

/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkStack.cpp926 matching = registryEntryIDMatching(entryID);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h872 /*! @function registryEntryIDMatching
874 @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.
876 @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.
879 static OSDictionary * registryEntryIDMatching( uint64_t entryID,
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp3690 if (arg) matching = registryEntryIDMatching(arg);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp4495 OSDictionary * IOService::registryEntryIDMatching( uint64_t entryID, function in class:IOService

Completed in 150 milliseconds