Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp485 mem = reserved->fCopyMD; in getIOMemoryDescriptor()
647 state->fCopyMD = NULL; in walkAll()
695 if (state->fCopyMD) { in walkAll()
715 } else if (state->fCopyMD) { 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()
1068 copyMD = state->fCopyMD; in complete()
1419 internalState->fCopyMD ? internalState->fCopyMD.get() : fMemory.get(); in genIOVMSegments()
[all …]
H A DIOKitKernelInternal.h137 OSPtr<IOBufferMemoryDescriptor> fCopyMD; member