Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/IOKit/
H A DIOMemoryCursor.h148 IOByteCount fromPosition,
221 IOByteCount fromPosition,
227 return genPhysicalSegments(descriptor, fromPosition, segments,
298 IOByteCount fromPosition,
304 return genPhysicalSegments(descriptor, fromPosition, segments,
373 IOByteCount fromPosition,
379 return genPhysicalSegments(descriptor, fromPosition, segments,
/xnu-8020.101.4/iokit/Kernel/
H A DIOMemoryCursor.cpp113 IOByteCount fromPosition, in genPhysicalSegments() argument
143 while ((seg.location) || (fromPosition < inDescriptorLength)) { in genPhysicalSegments()
146 fromPosition, (IOByteCount*)&seg.length); in genPhysicalSegments()
149 fromPosition += seg.length; in genPhysicalSegments()