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

/macosx-10.5.8/xnu-1228.15.4/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);
/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c315 DTEnterEntry(DTEntryIterator iterator, DTEntry childEntry) argument
320 if (childEntry == NULL) {
329 iter->currentScope = childEntry;

Completed in 21 milliseconds