Home
last modified time | relevance | path

Searched refs:savedScope (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.81.5/pexpert/gen/
H A Ddevice_tree.c386 iter->savedScope = NULL; in SecureDTInitEntryIterator()
401 newScope->nextScope = iter->savedScope; in SecureDTEnterEntry()
408 iter->savedScope = newScope; in SecureDTEnterEntry()
419 newScope = iter->savedScope; in SecureDTExitEntry()
423 iter->savedScope = newScope->nextScope; in SecureDTExitEntry()
463 while ((scope = iter->savedScope) != NULL) { in SecureDTRestartEntryIteration()
464 iter->savedScope = scope->nextScope; in SecureDTRestartEntryIteration()
/xnu-10002.81.5/pexpert/pexpert/
H A Ddevice_tree.h104 DTSavedScopePtr savedScope; member