Home
last modified time | relevance | path

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

/xnu-10002.81.5/pexpert/pexpert/
H A Ddevice_tree.h92 typedef struct DTSavedScope { struct
93 struct DTSavedScope * nextScope; argument
/xnu-10002.81.5/pexpert/gen/
H A Ddevice_tree.c400 newScope = (DTSavedScopePtr) kalloc_type(struct DTSavedScope, Z_WAITOK); in SecureDTEnterEntry()
429 kfree_type(struct DTSavedScope, newScope); in SecureDTExitEntry()
465 kfree_type(struct DTSavedScope, scope); in SecureDTRestartEntryIteration()