Lines Matching refs:outSegFunc

125 IODMACommand::withSpecification(SegmentFunction  outSegFunc,  in withSpecification()  argument
133 if (me && !me->initWithSpecification(outSegFunc, segmentOptions, mappingOptions, in withSpecification()
142 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification() argument
153 if (me && !me->initWithSpecification(outSegFunc, in withSpecification()
199 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() argument
209 if (kIOReturnSuccess != setSpecification(outSegFunc, segmentOptions, in initWithSpecification()
218 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() argument
238 return initWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, refCon); in initWithSpecification()
242 IODMACommand::setSpecification(SegmentFunction outSegFunc, in setSpecification() argument
255 if (!outSegFunc || !segmentOptions) { in setSpecification()
259 is32Bit = ((OutputHost32 == outSegFunc) in setSpecification()
260 || (OutputBig32 == outSegFunc) in setSpecification()
261 || (OutputLittle32 == outSegFunc)); in setSpecification()
295 fOutSeg = outSegFunc; in setSpecification()
777 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification() argument
792 ret = setSpecification(outSegFunc, segmentOptions, mappingOptions, mapper); in prepareWithSpecification()
803 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification() argument
826 return prepareWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, in prepareWithSpecification()
1278 InternalSegmentFunction outSegFunc, in genIOVMSegments() argument
1605 ret = (*outSegFunc)(reference, this, curSeg, segmentsP, segIndex++); in genIOVMSegments()
1619 ret = (*outSegFunc)(reference, this, curSeg, segmentsP, segIndex++); in genIOVMSegments()