Home
last modified time | relevance | path

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

/xnu-10002.1.13/iokit/Kernel/
H A DIODMACommand.cpp1057 OSSharedPtr<IOMemoryDescriptor> copyMD; in complete() local
1064 copyMD = state->fCopyMD; in complete()
1067 if (copyMD) { in complete()
1068 copyMD->performOperation(kIOMemoryIncoherentIOFlush, 0, state->fPreparedLength); in complete()
1090 OSSharedPtr<IOMemoryDescriptor> md = copyMD; in complete()