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

/macosx-10.10.1/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);
/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCI.cpp193 err = cmd->setMemoryDescriptor(memDesc);
196 IOLog("setMemoryDescriptor failed (0x%x)\n", err);
258 err = cmd->setMemoryDescriptor(memDesc);
261 IOLog("setMemoryDescriptor failed (0x%x)\n", err);
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.cpp155 status = dma_command->setMemoryDescriptor( memory, false );
272 status = setMemoryDescriptor( mem );
504 // setMemoryDescriptor
508 IOReturn IOFWPhysicalAddressSpace::setMemoryDescriptor( IOMemoryDescriptor * descriptor ) function in class:IOFWPhysicalAddressSpace
530 status = dma_command->setMemoryDescriptor( descriptor, false );
H A DIOFWPhysicalAddressSpace.h175 /*! @function setMemoryDescriptor
180 IOReturn setMemoryDescriptor( IOMemoryDescriptor * descriptor );
H A DIOFWDCLProgram.cpp197 status = dma_command->setMemoryDescriptor( desc );
H A DIOFWIsochChannel.cpp242 status = dma_command->setMemoryDescriptor( memory, false );
H A DIOFWUserIsochPort.cpp293 status = dma_command->setMemoryDescriptor( memory, false );
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTask.h124 return setMemoryDescriptor ( buffer, false );
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATABusCommand.cpp461 _dmaCmd->setMemoryDescriptor( _desc, true );
/macosx-10.10.1/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
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp537 status = dma_command->setMemoryDescriptor( memory, false );
553 dma_command->setMemoryDescriptor( memory, false );
791 status = dma_command->setMemoryDescriptor( fPageTableDescriptor, false );
1005 ((IOFWPhysicalAddressSpace*)fBufferAddressSpace)->setMemoryDescriptor( fBufferDescriptor );
1027 ((IOFWPhysicalAddressSpace*)fBufferAddressSpace)->setMemoryDescriptor( NULL );

Completed in 233 milliseconds