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

/darwin-on-arm/xnu/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.
889 /*! @function getNextObjectFlat
894 virtual IORegistryEntry * getNextObjectFlat( void );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1980 IORegistryEntry * IORegistryIterator::getNextObjectFlat( void ) function in class:IORegistryIterator
2024 next = getNextObjectFlat();
2043 return( getNextObjectFlat());

Completed in 10 milliseconds