Searched refs:transfer (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h187 @param maxTransferSize Maximum size of an entire transfer. Defaults to 0 indicating no maximum.
210 @param maxTransferSize Maximum size of an entire transfer. Defaults to 0 indicating no maximum.
245 @param maxTransferSize Maximum size of an entire transfer. Defaults to 0 indicating no maximum.
282 @abstract Prepare the memory for an I/O transfer.
283 @discussion Allocate the mapping resources neccessary for this transfer, specifying a sub range of the IOMemoryDescriptor that will be the target of the I/O. The complete() method frees these resources. Data may be copied to buffers for kIODirectionOut memory descriptors, depending on hardware mapping resource availabilty or alignment restrictions. It should be noted that the this function may block and should only be called on the clients context, i.e never call this routine while gated; also the call itself is not thread safe though this should be an issue as each IODMACommand is independant.
293 @abstract Complete processing of DMA mappings after an I/O transfer is finished.
294 @discussion This method should not be called unless a prepare was previously issued; the prepare() and complete() must occur in pairs, before and after an I/O transfer
325 virtual UInt64 transfer( IOOptionBits transferOp, UInt64 offset, void * buffer, UInt64 length );
403 @abstract Prepare the memory for an I/O transfer with a new specification.
404 @discussion Allocate the mapping resources neccessary for this transfer, specifyin
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp172 maxTransferSize--; // Set Max transfer to -1
633 maxTransferSize--; // Set Max transfer to -1
940 IODMACommand::transfer(IOOptionBits transferOp, UInt64 offset, void * buffer, UInt64 length) function in class:IODMACommand
966 return (transfer(kIODMACommandTransferOpReadBytes, offset, bytes, length));
972 return (transfer(kIODMACommandTransferOpWriteBytes, offset, const_cast<void *>(bytes), length));
/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor_pager.c146 uint64_t transfer; member in struct:__anon1155
973 compressor_pager_stats.transfer++;
993 /* transfer the slot from source to destination */

Completed in 77 milliseconds