Lines Matching refs:fCopyMD
485 mem = reserved->fCopyMD; in getIOMemoryDescriptor()
647 state->fCopyMD = NULL; in walkAll()
693 state->fCopyMD = createCopyBuffer(fMDSummary.fDirection, state->fPreparedLength); in walkAll()
695 if (state->fCopyMD) { in walkAll()
715 } else if (state->fCopyMD) { in walkAll()
725 state->fCopyMD->getBytesNoCopy(), in walkAll()
729 state->fCopyMD->getBytesNoCopy(), in walkAll()
747 if (state->fCopyMD) { in walkAll()
748 state->fCopyMD.reset(); in walkAll()
878 state->fCopyMD = NULL; in prepare()
902 if (state->fCopyMD) { in prepare()
903 state->fCopyMD->performOperation(kIOMemoryIncoherentIOStore, 0, length); in prepare()
918 OSSharedPtr<IOMemoryDescriptor> md = state->fCopyMD; in prepare()
1068 copyMD = state->fCopyMD; in complete()
1419 internalState->fCopyMD ? internalState->fCopyMD.get() : fMemory.get(); in genIOVMSegments()
1432 internalState->fCopyMD ? internalState->fCopyMD.get() : fMemory.get(); in genIOVMSegments()