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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp497 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory); local
502 bytes = poMD->writeBytes(state->fPreparedOffset,
506 bytes = poMD->readBytes(state->fPreparedOffset,
624 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory); local
626 poMD->performOperation(kIOMemoryIncoherentIOStore, 0, fMDSummary.fLength);
688 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory); local
690 poMD->performOperation(kIOMemoryIncoherentIOFlush, 0, fMDSummary.fLength);

Completed in 20 milliseconds