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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitDebug.cpp84 while( (next = iter->getNextObjectRecursive())) {
140 while( (next = iter->getNextObjectRecursive())) {
H A DIORegistryEntry.cpp1967 IORegistryEntry * IORegistryIterator::getNextObjectRecursive( void ) function in class:IORegistryIterator
1989 return( getNextObjectRecursive());
2005 while( getNextObjectRecursive())
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h846 @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.
858 /*! @function getNextObjectRecursive
863 virtual IORegistryEntry * getNextObjectRecursive( void );

Completed in 78 milliseconds