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

/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c318 DTSavedScopePtr newScope; local
323 newScope = (DTSavedScopePtr) kalloc(sizeof(struct DTSavedScope));
324 newScope->nextScope = iter->savedScope;
325 newScope->scope = iter->currentScope;
326 newScope->entry = iter->currentEntry;
327 newScope->index = iter->currentIndex;
331 iter->savedScope = newScope;
341 DTSavedScopePtr newScope; local
343 newScope = iter->savedScope;
344 if (newScope
[all...]

Completed in 21 milliseconds