Searched refs:dmaCommandOperation (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 422 err = mem->dmaCommandOperation(kIOMDGetCharacteristics | (kMapped == MAPTYPE(fMappingOptions)), in setMemoryDescriptor() 441 mem->dmaCommandOperation(kIOMDSetDMAActive, this, 0); in setMemoryDescriptor() 466 fMemory->dmaCommandOperation(kIOMDSetDMAInactive, this, 0); in clearMemoryDescriptor() 926 ret = md->dmaCommandOperation(kIOMDDMAMap, &mapArgs, sizeof(mapArgs)); in prepare() 959 ret = md->dmaCommandOperation(mdOp, &walkState, sizeof(walkState)); in prepare() 1001 ret = md->dmaCommandOperation(mdOp, &walkState, sizeof(walkState)); in prepare() 1102 ret = md->dmaCommandOperation(kIOMDDMAUnmap, &mapArgs, sizeof(mapArgs)); in complete() 1420 rtn = memory->dmaCommandOperation(mdOp, fState, sizeof(fState)); in genIOVMSegments()
|
| H A D | IOBufferMemoryDescriptor.cpp | 432 if (kIOReturnSuccess != dmaCommandOperation(kIOMDAddDMAMapSpec, in initWithPhysicalMask()
|
| H A D | IOMemoryDescriptor.cpp | 2962 IOGeneralMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation() function in IOGeneralMemoryDescriptor 3409 ret = dmaCommandOperation(kIOMDFirstSegment, _state, sizeof(_state)); in getPhysicalSegment() 3570 IOMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation() function in IOMemoryDescriptor
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMemoryDescriptor.h | 405 virtual IOReturn dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const; 1102 …virtual IOReturn dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const APPLE_KEX…
|