Searched refs:dmaUnmap (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMemoryDescriptor.h | 449 IOReturn dmaUnmap(
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 2366 dmaUnmap(dataP->fMapper, NULL, 0, dataP->fMappedBase, dataP->fMappedLength); in free() 3034 …err = md->dmaUnmap(data->fMapper, data->fCommand, data->fOffset, data->fAlloc, data->fAllocLength); in dmaCommandOperation() 3631 …err = md->dmaUnmap(data->fMapper, data->fCommand, data->fOffset, data->fAlloc, data->fAllocLength); in dmaCommandOperation() 4537 IOMemoryDescriptor::dmaUnmap( in dmaUnmap() function in IOMemoryDescriptor 4784 dmaUnmap(dataP->fMapper, NULL, 0, dataP->fMappedBase, dataP->fMappedLength); in complete()
|