Home
last modified time | relevance | path

Searched refs:actualBytesToCopy (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp828 vm_size_t actualBytesToCopy = min(withLength, _capacity - _length); in appendBytes() local
834 _length += actualBytesToCopy; in appendBytes()
835 _ranges.v64->length += actualBytesToCopy; in appendBytes()
839 actualBytesToCopy); in appendBytes()
841 writeBytes(offset, bytes, actualBytesToCopy); in appendBytes()