Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp176 .fAlignment = 1, in IODMACommandForceDoubleBufferTest()
262 .fAlignment = 1, in IODMACommandLocalMappedNonContig()
350 .fAlignment = 1, in IOMemoryRemoteTest()
829 .fAlignment = 4, in IOMemoryDescriptorTest()
/xnu-11215/iokit/IOKit/
H A DIODMACommand.h112 uint32_t fAlignment; member
/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp176 .fAlignment = fAlignMask + 1, in cloneCommand()
237 .fAlignment = alignment, in initWithSpecification()
270 alignment = segmentOptions->fAlignment; in setSpecification()
825 .fAlignment = alignment, in prepareWithSpecification()
H A DIOUserServer.cpp995 segmentOptions.fAlignment = 1; in Create_Impl()