Searched refs:getNextObjectRecursive (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOKitDebug.cpp92 while( (next = iter->getNextObjectRecursive())) {
H A DIORegistryEntry.cpp2017 IORegistryEntry * IORegistryIterator::getNextObjectRecursive( void ) function in class:IORegistryIterator
2039 return( getNextObjectRecursive());
2055 while( getNextObjectRecursive())
/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h884 @discussion This method calls either getNextObjectFlat or getNextObjectRecursive depending on the options the iterator was created with. This implements the OSIterator defined getNextObject method. The object returned is retained while the iterator is pointing at it (its the current entry), or recursing into it. The caller should not release it.
896 /*! @function getNextObjectRecursive
901 virtual IORegistryEntry * getNextObjectRecursive( void );

Completed in 32 milliseconds