Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIODMACommand.cpp485 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 …]
H A DIOKitKernelInternal.h141 OSPtr<IOBufferMemoryDescriptor> fCopyMD; member