Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/IOKit/
H A DIOMemoryDescriptor.h101 kIOMemoryTypePersistentMD = 0x00000040,// Persistent Memory Descriptor enumerator
/xnu-10002.61.3/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1874 && !self->initWithOptions(&initData, 1, 0, NULL, kIOMemoryTypePersistentMD, NULL)) { in withPersistentMemoryDescriptor()
1999 if (kIOMemoryTypePersistentMD == type) { in initWithOptions()