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

/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c325 DTSavedScopePtr newScope; local
330 newScope = (DTSavedScopePtr) kalloc(sizeof(struct DTSavedScope));
331 newScope->nextScope = iter->savedScope;
332 newScope->scope = iter->currentScope;
333 newScope->entry = iter->currentEntry;
334 newScope->index = iter->currentIndex;
338 iter->savedScope = newScope;
348 DTSavedScopePtr newScope; local
350 newScope = iter->savedScope;
351 if (newScope
[all...]

Completed in 16 milliseconds