Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp175 .fAlignment = 1, in IODMACommandForceDoubleBufferTest()
261 .fAlignment = 1, in IODMACommandLocalMappedNonContig()
348 .fAlignment = 1, in IOMemoryRemoteTest()
827 .fAlignment = 4, in IOMemoryDescriptorTest()
/xnu-10063.121.3/iokit/IOKit/
H A DIODMACommand.h112 uint32_t fAlignment; member
/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp172 .fAlignment = fAlignMask + 1, in cloneCommand()
233 .fAlignment = alignment, in initWithSpecification()
266 alignment = segmentOptions->fAlignment; in setSpecification()
821 .fAlignment = alignment, in prepareWithSpecification()
H A DIOUserServer.cpp988 segmentOptions.fAlignment = 1; in Create_Impl()