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

/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c283 DTCreateEntryIterator(const DTEntry startEntry, DTEntryIterator *iterator) argument
292 if (startEntry != NULL) {
293 iter->outerScope = (RealDTEntry) startEntry;
294 iter->currentScope = (RealDTEntry) startEntry;

Completed in 19 milliseconds