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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h860 @discussion If the iterator has a current entry, and the iterator has not already entered previously, enterEntry is called to recurse into it, ie. make it the new root, and the next child, or parent if the kIORegistryIterateParents option was used to create the iterator, at this new level of recursion is returned. If there is no current entry at this level of recursion, exitEntry is called and the process repeats, until the iteration returns to the entry the iterator was created with and zero is returned. 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.
885 /*! @function exitEntry
890 virtual bool exitEntry( void );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1882 bool IORegistryIterator::exitEntry( void ) function in class:IORegistryIterator
1905 while( exitEntry())
1973 while( (0 == next) && exitEntry());
H A DIOUserClient.cpp1828 didIt = iter->exitEntry();

Completed in 39 milliseconds