Searched refs:fCopyMD (Results 1 – 2 of 2) sorted by relevance
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()[all …]
141 OSPtr<IOBufferMemoryDescriptor> fCopyMD; member