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

/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c63 RealDTEntry currentScope; member in struct:OpaqueDTEntryIterator
287 iter->currentScope = (RealDTEntry) startEntry;
290 iter->currentScope = DTRootNode;
325 newScope->scope = iter->currentScope;
329 iter->currentScope = childEntry;
348 iter->currentScope = newScope->scope;
363 if (iter->currentIndex >= iter->currentScope->nChildren) {
369 iter->currentEntry = GetFirstChild(iter->currentScope);
393 iter->currentScope = iter->outerScope;

Completed in 62 milliseconds