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

/xnu-2782.1.97/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h82 /*! @function setMemoryDescriptor
90 virtual bool setMemoryDescriptor( IOMemoryDescriptor * descriptor,
H A DIODMACommand.h259 /*! @function setMemoryDescriptor
266 virtual IOReturn setMemoryDescriptor(const IOMemoryDescriptor *mem,
271 @discussion completes and invalidates the cache if the DMA command is currently active, copies all data from bounce buffers if necessary and releases all resources acquired during setMemoryDescriptor.
H A DIOMemoryDescriptor.h851 bool setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset);
/xnu-2782.1.97/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp126 bool IOInterleavedMemoryDescriptor::setMemoryDescriptor( function in class:IOInterleavedMemoryDescriptor
H A DIOMemoryDescriptor.cpp3500 bool IOMemoryMap::setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset) function in class:IOMemoryMap
4198 mapping->setMemoryDescriptor(this, 0);
4235 result->setMemoryDescriptor(this, offset);
4263 result->setMemoryDescriptor(mapDesc, offset);
H A DIODMACommand.cpp238 IODMACommand::setMemoryDescriptor(const IOMemoryDescriptor *mem, bool autoPrepare) function in class:IODMACommand

Completed in 94 milliseconds