Home
last modified time | relevance | path

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

/xnu-10063.141.1/pexpert/gen/ !
H A Ddevice_tree.c388 iter->savedScope = NULL; in SecureDTInitEntryIterator()
403 newScope->nextScope = iter->savedScope; in SecureDTEnterEntry()
410 iter->savedScope = newScope; in SecureDTEnterEntry()
421 newScope = iter->savedScope; in SecureDTExitEntry()
425 iter->savedScope = newScope->nextScope; in SecureDTExitEntry()
465 while ((scope = iter->savedScope) != NULL) { in SecureDTRestartEntryIteration()
466 iter->savedScope = scope->nextScope; in SecureDTRestartEntryIteration()
/xnu-10063.141.1/pexpert/pexpert/ !
H A Ddevice_tree.h104 DTSavedScopePtr savedScope; member