Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp630 srcLen = nextLen; in memoryReferenceCreate()
639 srcLen += nextLen; in memoryReferenceCreate()
644 endAddr = srcAddr + srcLen; in memoryReferenceCreate()
735 offset += srcLen; in memoryReferenceCreate()
736 remain -= srcLen; in memoryReferenceCreate()
2565 IOByteCount srcLen; in readBytes() local
2573 if (srcLen > remaining) { in readBytes()
2574 srcLen = remaining; in readBytes()
2583 dstAddr += srcLen; in readBytes()
2584 offset += srcLen; in readBytes()
[all …]