Searched refs:getNextObjectFlat (Results 1 - 2 of 2) sorted by relevance

/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.
851 /*! @function getNextObjectFlat
856 virtual IORegistryEntry * getNextObjectFlat( void );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1928 IORegistryEntry * IORegistryIterator::getNextObjectFlat( void ) function in class:IORegistryIterator
1972 next = getNextObjectFlat();
1991 return( getNextObjectFlat());

Completed in 26 milliseconds