Home
last modified time | relevance | path

Searched refs:getChildIterator (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h690 virtual OSPtr<OSIterator> getChildIterator( const IORegistryPlane * plane )
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp774 iter = getChildIterator(gIOPowerPlane); in handlePMstop()
2807 iter = getChildIterator(gIOPowerPlane); in computeDesiredState()
3573 iter = getChildIterator(gIOPowerPlane); in systemWake()
3966 iter = getChildIterator(gIOPowerPlane); in notifyChildren()
H A DIORegistryEntry.cpp1843 IORegistryEntry::getChildIterator( const IORegistryPlane * plane ) const in getChildIterator() function in IORegistryEntry
H A DIOUserClient.cpp4180 *iterator = IOUserIterator::withIterator(entry->getChildIterator( in is_io_registry_entry_get_child_iterator()
H A DIOService.cpp1399 return getChildIterator( gIOServicePlane); in getClientIterator()