Home
last modified time | relevance | path

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

/xnu-10063.101.15/pexpert/gen/
H A Ddevice_tree.c403 newScope->nextScope = iter->savedScope; in SecureDTEnterEntry()
425 iter->savedScope = newScope->nextScope; in SecureDTExitEntry()
466 iter->savedScope = scope->nextScope; in SecureDTRestartEntryIteration()
/xnu-10063.101.15/pexpert/pexpert/
H A Ddevice_tree.h93 struct DTSavedScope * nextScope; member