Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp181 UInt32 numSegments; in IODMACommandForceDoubleBufferTest() local
212 numSegments = 1; in IODMACommandForceDoubleBufferTest()
215 assert(1 == numSegments); in IODMACommandForceDoubleBufferTest()
267 UInt32 numSegments; in IODMACommandLocalMappedNonContig() local
309 numSegments = 1; in IODMACommandLocalMappedNonContig()
312 assert(1 == numSegments); in IODMACommandLocalMappedNonContig()
393 numSegments = 1; in IOMemoryRemoteTest()
396 assert(1 == numSegments); in IOMemoryRemoteTest()
872 numSegments = 1; in IOMemoryDescriptorTest()
875 assert(1 == numSegments); in IOMemoryDescriptorTest()
[all …]
/xnu-11215/iokit/IOKit/
H A DIODMACommand.h372 UInt32 *numSegments);
405 UInt32 *numSegments) in gen32IOVMSegments() argument
407 return genIOVMSegments(offset, segments, numSegments); in gen32IOVMSegments()
416 UInt32 *numSegments) in gen64IOVMSegments() argument
418 return genIOVMSegments(offset, segments, numSegments); in gen64IOVMSegments()
/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp636 UInt32 numSegments; in walkAll() local
651 numSegments = 0 - 1; in walkAll()
652 ret = genIOVMSegments(op, segmentOp, (void *)(uintptr_t) op, &offset, state, &numSegments); in walkAll()
687 numSegments = 0 - 1; in walkAll()
688 ret = genIOVMSegments(op, segmentOp, (void *)(uintptr_t) op, &offset, state, &numSegments); in walkAll()
713 numSegments = 0 - 1; in walkAll()
714 ret = genIOVMSegments(op, segmentOp, (void *)(uintptr_t) op, &offset, state, &numSegments); in walkAll()
1239 UInt32 numSegments = 0 - 1; in transfer() local
1254 …(void) genIOVMSegments(kWalkClient, transferSegment, &context, &offset, &segments[0], &numSegments in transfer()
1327 UInt32 numSegments = *numSegmentsP; in genIOVMSegments() local
[all …]
H A DIOUserServer.cpp1035 UInt32 numSegments; in PrepareForDMA_Impl() local
1071 numSegments = *segmentsCount; in PrepareForDMA_Impl()
1073 ret = genIOVMSegments(&genOffset, segments, &numSegments); in PrepareForDMA_Impl()
1090 *segmentsCount = numSegments; in PrepareForDMA_Impl()