Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1869 IOMDPersistentInitData initData = { originalMD, memRef }; in withPersistentMemoryDescriptor() local
1872 && !self->initWithOptions(&initData, 1, 0, NULL, kIOMemoryTypePersistentMD, NULL)) { in withPersistentMemoryDescriptor()
1998 IOMDPersistentInitData *initData = (typeof(initData))buffers; in initWithOptions() local
1999 const IOGeneralMemoryDescriptor *orig = initData->fMD; in initWithOptions()
2008 _memRef = initData->fMemRef; // Grab the new named entry in initWithOptions()