Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOMemoryCursor.cpp46 IOPhysicalLength inMaxSegmentSize, in OSDefineMetaClassAndStructors()
53 inMaxSegmentSize, in OSDefineMetaClassAndStructors()
66 IOPhysicalLength inMaxSegmentSize, in initWithSpecification() argument
80 if (inMaxSegmentSize > sMaxDBDMASegment) { in initWithSpecification()
81 inMaxSegmentSize = sMaxDBDMASegment; in initWithSpecification()
97 maxSegmentSize = inMaxSegmentSize; in initWithSpecification()
212 IONaturalMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, in withSpecification() argument
218 if (me && !me->initWithSpecification(inMaxSegmentSize, in withSpecification()
228 IONaturalMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, in initWithSpecification() argument
233 inMaxSegmentSize, in initWithSpecification()
[all …]