Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp89 IOMemoryDescriptor *memoryDescriptor; in IOGetBootKeyStoreData() local
117 memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges, in IOGetBootKeyStoreData()
123 DEBG("%s: memory descriptor %p\n", __func__, memoryDescriptor); in IOGetBootKeyStoreData()
125 return memoryDescriptor; in IOGetBootKeyStoreData()
173 DEBG("%s: memory descriptor %p\n", __func__, memoryDescriptor); in IOGetAPFSKeyStoreData()
174 return memoryDescriptor; in IOGetAPFSKeyStoreData()
203 DEBG("%s: memory descriptor %p\n", __func__, memoryDescriptor); in IOGetARVRootHashData()
204 return memoryDescriptor; in IOGetARVRootHashData()
233 return memoryDescriptor; in IOGetBaseSystemARVRootHashData()
279 return memoryDescriptor; in IOGetARVManifestData()
[all …]