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

/xnu-2782.1.97/pexpert/pexpert/
H A Ddevice_tree.h175 currentScope of the iterator is set to the entry specified in "childEntry". If
176 "childEntry" is nil, the currentScope is set to the entry specified by the
179 extern int DTEnterEntry(DTEntryIterator iterator, DTEntry childEntry);
/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c322 DTEnterEntry(DTEntryIterator iterator, DTEntry childEntry) argument
327 if (childEntry == NULL) {
336 iter->currentScope = childEntry;

Completed in 14 milliseconds