Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h449 IOReturn dmaUnmap(
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2366 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()