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

/xnu-2782.1.97/pexpert/pexpert/
H A Ddevice_tree.h158 currently in. And third is a "currentPosition" which is the last entry returned
164 currentScope are set to the root entry. The currentPosition for the iterator is
177 currentPosition of the iterator.
184 entry. The currentPosition of the iterator is reset to the current entry (the
186 This position is returned in parameter "currentPosition".
188 extern int DTExitEntry(DTEntryIterator iterator, DTEntry *currentPosition);
203 outermostScope and currentScope of the iterator are unchanged. The currentPosition
/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c345 DTExitEntry(DTEntryIterator iterator, DTEntry *currentPosition) argument
358 *currentPosition = iter->currentEntry;

Completed in 10 milliseconds