Home
last modified time | relevance | path

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

/xnu-10002.81.5/pexpert/gen/
H A Ddevice_tree.c401 newScope->nextScope = iter->savedScope; in SecureDTEnterEntry()
423 iter->savedScope = newScope->nextScope; in SecureDTExitEntry()
464 iter->savedScope = scope->nextScope; in SecureDTRestartEntryIteration()
/xnu-10002.81.5/pexpert/pexpert/
H A Ddevice_tree.h93 struct DTSavedScope * nextScope; member