Lines Matching refs:initWithSpecification
52 if (me && !me->initWithSpecification(inSegFunc, in OSDefineMetaClassAndStructors()
65 IOMemoryCursor::initWithSpecification(SegmentFunction inSegFunc, in initWithSpecification() function in IOMemoryCursor
218 if (me && !me->initWithSpecification(inMaxSegmentSize, in withSpecification()
228 IONaturalMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, in initWithSpecification() function in IONaturalMemoryCursor
232 return super::initWithSpecification(&IONaturalMemoryCursor::outputSegment, in initWithSpecification()
268 if (me && !me->initWithSpecification(inMaxSegmentSize, in withSpecification()
278 IOBigMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, in initWithSpecification() function in IOBigMemoryCursor
282 return super::initWithSpecification(&IOBigMemoryCursor::outputSegment, in initWithSpecification()
318 if (me && !me->initWithSpecification(inMaxSegmentSize, in withSpecification()
330 IOLittleMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, in initWithSpecification() function in IOLittleMemoryCursor
334 return super::initWithSpecification(&IOLittleMemoryCursor::outputSegment, in initWithSpecification()