Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp176 .fAlignmentLength = 1, in IODMACommandForceDoubleBufferTest()
262 .fAlignmentLength = 1, in IODMACommandLocalMappedNonContig()
349 .fAlignmentLength = 1, in IOMemoryRemoteTest()
828 .fAlignmentLength = 4, in IOMemoryDescriptorTest()
/xnu-10063.121.3/iokit/IOKit/
H A DIODMACommand.h113 uint32_t fAlignmentLength; member
/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp173 .fAlignmentLength = fAlignMaskInternalSegments + 1, in cloneCommand()
234 .fAlignmentLength = 1, in initWithSpecification()
305 alignment = segmentOptions->fAlignmentLength; in setSpecification()
822 .fAlignmentLength = 1, in prepareWithSpecification()
H A DIOUserServer.cpp989 segmentOptions.fAlignmentLength = 1; in Create_Impl()