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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp460 state->fCopyMD = 0;
510 state->fCopyMD = IOBufferMemoryDescriptor::inTaskWithPhysicalMask(kernel_task,
513 if (state->fCopyMD)
540 else if (state->fCopyMD)
552 state->fCopyMD->getBytesNoCopy(),
556 state->fCopyMD->getBytesNoCopy(),
558 DEBG("fCopyMD %s %lx bytes\n", (kWalkSyncIn & op) ? "wrote" : "read", bytes);
575 if (state->fCopyMD)
577 state->fCopyMD->release();
578 state->fCopyMD
[all...]
H A DIOKitKernelInternal.h176 class IOBufferMemoryDescriptor * fCopyMD; member in struct:IODMACommandInternal

Completed in 41 milliseconds