Searched refs:amountToCopy (Results 1 - 2 of 2) sorted by path

/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp1768 UInt16 amountToCopy = MIN(fragmentSize, rcb->datagramSize - fragmentOffset); local
1770 if(amountToCopy > rcb->residual)
1777 bufferToMbuf(rcb->mBuf, sizeof(struct firewire_header)+fragmentOffset, (vm_address_t*)fragment, amountToCopy);
/macosx-10.10/cddafs-253/
H A DAppleCDDAFileSystemVNodeOps.c460 UInt32 amountToCopy = 0; local
474 amountToCopy = ( UInt32 ) __u64min ( uio_resid ( uio ), numBytes - offset );
477 amountToCopy,
519 UInt32 amountToCopy = 0; local
524 amountToCopy = ( UInt32 ) __u64min ( uio_resid ( uio ), headerSize - offset );
527 amountToCopy,
538 offset += amountToCopy;
547 UInt32 amountToCopy = 0; local
549 amountToCopy = ( UInt32 ) __u64min ( uio_resid ( uio ), kPhysicalMediaBlockSize - offset );
552 amountToCopy,
1043 UInt32 amountToCopy = 0; local
1137 UInt32 amountToCopy = 0; local
1160 UInt32 amountToCopy = 0; local
[all...]

Completed in 256 milliseconds