Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h688 virtual OSPtr<OSIterator> getChildIterator( const IORegistryPlane * plane )
/xnu-8020.140.41/iokit/Kernel/
H A DIOServicePM.cpp736 iter = getChildIterator(gIOPowerPlane); in handlePMstop()
2774 iter = getChildIterator(gIOPowerPlane); in computeDesiredState()
3540 iter = getChildIterator(gIOPowerPlane); in systemWake()
3928 iter = getChildIterator(gIOPowerPlane); in notifyChildren()
H A DIORegistryEntry.cpp1821 IORegistryEntry::getChildIterator( const IORegistryPlane * plane ) const in getChildIterator() function in IORegistryEntry
H A DIOUserClient.cpp4032 *iterator = IOUserIterator::withIterator(entry->getChildIterator( in is_io_registry_entry_get_child_iterator()
H A DIOService.cpp1356 return getChildIterator( gIOServicePlane); in getClientIterator()