Home
last modified time | relevance | path

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

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