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

/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Ddevice_tree.h163 are set to "startEntry". If "startEntry" = NULL, the outermostScope and
167 extern int DTCreateEntryIterator(const DTEntry startEntry, DTEntryIterator *iterator);
/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c276 DTCreateEntryIterator(const DTEntry startEntry, DTEntryIterator *iterator) argument
285 if (startEntry != NULL) {
286 iter->outerScope = (RealDTEntry) startEntry;
287 iter->currentScope = (RealDTEntry) startEntry;

Completed in 10 milliseconds