Lines Matching refs:inMaxSegmentSize
46 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()
262 IOBigMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, in withSpecification() argument
268 if (me && !me->initWithSpecification(inMaxSegmentSize, in withSpecification()
278 IOBigMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, in initWithSpecification() argument
283 inMaxSegmentSize, in initWithSpecification()
312 IOLittleMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, in withSpecification() argument
318 if (me && !me->initWithSpecification(inMaxSegmentSize, in withSpecification()
330 IOLittleMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, in initWithSpecification() argument
335 inMaxSegmentSize, in initWithSpecification()