Home
last modified time | relevance | path

Searched refs:segmentOptions (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp130 const SegmentOptions * segmentOptions, in withSpecification() argument
170 SegmentOptions segmentOptions = in cloneCommand() local
204 const SegmentOptions * segmentOptions, in initWithSpecification() argument
231 SegmentOptions segmentOptions = in initWithSpecification() local
247 const SegmentOptions * segmentOptions, in setSpecification() argument
259 if (!outSegFunc || !segmentOptions) { in setSpecification()
267 numAddressBits = segmentOptions->fNumAddressBits; in setSpecification()
270 alignment = segmentOptions->fAlignment; in setSpecification()
309 alignment = segmentOptions->fAlignmentLength; in setSpecification()
782 const SegmentOptions * segmentOptions, in prepareWithSpecification() argument
[all …]
H A DIOUserServer.cpp982 IODMACommand::SegmentOptions segmentOptions; in Create_Impl() local
990 if (os_convert_overflow(specification->maxAddressBits, &segmentOptions.fNumAddressBits)) { in Create_Impl()
993 segmentOptions.fMaxSegmentSize = 0; in Create_Impl()
994 segmentOptions.fMaxTransferSize = 0; in Create_Impl()
995 segmentOptions.fAlignment = 1; in Create_Impl()
996 segmentOptions.fAlignmentLength = 1; in Create_Impl()
997 segmentOptions.fAlignmentInternalSegments = 1; in Create_Impl()
998 segmentOptions.fStructSize = sizeof(segmentOptions); in Create_Impl()
1004 &segmentOptions, in Create_Impl()
/xnu-11215/iokit/IOKit/
H A DIODMACommand.h261 const SegmentOptions * segmentOptions,
431 const SegmentOptions * segmentOptions,
524 const SegmentOptions * segmentOptions,
531 const SegmentOptions * segmentOptions,