Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp177 .fAlignmentLength = 1, in IODMACommandForceDoubleBufferTest()
263 .fAlignmentLength = 1, in IODMACommandLocalMappedNonContig()
351 .fAlignmentLength = 1, in IOMemoryRemoteTest()
830 .fAlignmentLength = 4, in IOMemoryDescriptorTest()
/xnu-11215/iokit/IOKit/
H A DIODMACommand.h113 uint32_t fAlignmentLength; member
/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp177 .fAlignmentLength = fAlignMaskInternalSegments + 1, in cloneCommand()
238 .fAlignmentLength = 1, in initWithSpecification()
309 alignment = segmentOptions->fAlignmentLength; in setSpecification()
826 .fAlignmentLength = 1, in prepareWithSpecification()
H A DIOUserServer.cpp996 segmentOptions.fAlignmentLength = 1; in Create_Impl()