Home
last modified time | relevance | path

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

/xnu-12377.1.9/pexpert/gen/
H A Ddevice_tree.c508 iter->savedScope = NULL; in SecureDTInitEntryIterator()
523 newScope->nextScope = iter->savedScope; in SecureDTEnterEntry()
530 iter->savedScope = newScope; in SecureDTEnterEntry()
541 newScope = iter->savedScope; in SecureDTExitEntry()
545 iter->savedScope = newScope->nextScope; in SecureDTExitEntry()
585 while ((scope = iter->savedScope) != NULL) { in SecureDTRestartEntryIteration()
586 iter->savedScope = scope->nextScope; in SecureDTRestartEntryIteration()
/xnu-12377.1.9/pexpert/pexpert/
H A Ddevice_tree.h104 DTSavedScopePtr savedScope; member