Lines Matching refs:outSegFunc
129 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification() argument
137 if (me && !me->initWithSpecification(outSegFunc, segmentOptions, mappingOptions, in withSpecification()
146 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification() argument
157 if (me && !me->initWithSpecification(outSegFunc, in withSpecification()
203 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() argument
213 if (kIOReturnSuccess != setSpecification(outSegFunc, segmentOptions, in initWithSpecification()
222 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() argument
242 return initWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, refCon); in initWithSpecification()
246 IODMACommand::setSpecification(SegmentFunction outSegFunc, in setSpecification() argument
259 if (!outSegFunc || !segmentOptions) { in setSpecification()
263 is32Bit = ((OutputHost32 == outSegFunc) in setSpecification()
264 || (OutputBig32 == outSegFunc) in setSpecification()
265 || (OutputLittle32 == outSegFunc)); in setSpecification()
299 fOutSeg = outSegFunc; in setSpecification()
781 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification() argument
796 ret = setSpecification(outSegFunc, segmentOptions, mappingOptions, mapper); in prepareWithSpecification()
807 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification() argument
830 return prepareWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, in prepareWithSpecification()
1282 InternalSegmentFunction outSegFunc, in genIOVMSegments() argument
1609 ret = (*outSegFunc)(reference, this, curSeg, segmentsP, segIndex++); in genIOVMSegments()
1623 ret = (*outSegFunc)(reference, this, curSeg, segmentsP, segIndex++); in genIOVMSegments()