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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h121 /*! @function setMemoryDescriptor
129 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.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp181 bool IOInterleavedMemoryDescriptor::setMemoryDescriptor( function in class:IOInterleavedMemoryDescriptor
H A DIOMemoryDescriptor.cpp195 bool setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset);
2313 bool _IOMemoryMap::setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset)
3222 mapping->setMemoryDescriptor(this, 0);
3259 result->setMemoryDescriptor(this, offset);
3280 result->setMemoryDescriptor(mapDesc, offset);
H A DIODMACommand.cpp227 IODMACommand::setMemoryDescriptor(const IOMemoryDescriptor *mem, bool autoPrepare) function in class:IODMACommand

Completed in 49 milliseconds