Home
last modified time | relevance | path

Searched refs:IODTFindMatchingEntries (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIODeviceTreeSupport.h80 LIBKERN_RETURNS_RETAINED OSCollectionIterator * IODTFindMatchingEntries( IORegistryEntry * from,
/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp1716 kids = IODTFindMatchingEntries( rootEntry, 0, deleteList()); in processTopLevel()
1731 createNubs( this, IODTFindMatchingEntries( cpus, kIODTExclusive, NULL)); in processTopLevel()
1736 createNubs( this, IODTFindMatchingEntries( rootEntry, kIODTExclusive, excludeList())); in processTopLevel()
H A DIODeviceTreeSupport.cpp1027 IODTFindMatchingEntries( IORegistryEntry * from, in IODTFindMatchingEntries() function
H A DIOUserClient.cpp6419 iter = IODTFindMatchingEntries(IORegistryEntry::getRegistryRoot(), kIODTRecursive, name); in is_io_device_tree_entry_exists_with_name()