Searched refs:memoryDescriptor (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/iokit/Kernel/i386/ |
| H A D | IOKeyStoreHelper.cpp | 89 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() 172 …IOMemoryDescriptor* memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges, 1, 0, NULL, option… in IOGetAPFSKeyStoreData() local 173 DEBG("%s: memory descriptor %p\n", __func__, memoryDescriptor); in IOGetAPFSKeyStoreData() 174 return memoryDescriptor; in IOGetAPFSKeyStoreData() 202 …IOMemoryDescriptor* memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges, 1, 0, NULL, option… in IOGetARVRootHashData() local 203 DEBG("%s: memory descriptor %p\n", __func__, memoryDescriptor); in IOGetARVRootHashData() 204 return memoryDescriptor; in IOGetARVRootHashData() [all …]
|