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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h898 @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.
923 /*! @function exitEntry
928 virtual bool exitEntry( void );
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp1932 bool IORegistryIterator::exitEntry( void ) function in class:IORegistryIterator
1955 while( exitEntry())
2023 while( (0 == next) && exitEntry());
H A DIOUserClient.cpp2292 didIt = iter->exitEntry();
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp878 devices->exitEntry( );
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp437 while (iter->exitEntry());

Completed in 270 milliseconds