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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp417 state->fCopyMD = 0;
461 state->fCopyMD = IOBufferMemoryDescriptor::withOptions(
464 if (state->fCopyMD)
491 else if (state->fCopyMD)
503 state->fCopyMD->getBytesNoCopy(),
507 state->fCopyMD->getBytesNoCopy(),
509 DEBG("fCopyMD %s %lx bytes\n", (kWalkSyncIn & op) ? "wrote" : "read", bytes);
526 if (state->fCopyMD)
528 state->fCopyMD->release();
529 state->fCopyMD
[all...]
H A DIOKitKernelInternal.h123 class IOBufferMemoryDescriptor * fCopyMD; member in struct:IODMACommandInternal

Completed in 23 milliseconds