Lines Matching refs:mapper
132 IOMapper * mapper, in withSpecification() argument
138 mapper, refCon)) { in withSpecification()
152 IOMapper *mapper, in withSpecification() argument
160 alignment, mapper, refCon)) { in withSpecification()
206 IOMapper * mapper, in initWithSpecification() argument
214 mappingOptions, mapper)) { in initWithSpecification()
228 IOMapper *mapper, in initWithSpecification() argument
242 return initWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, refCon); in initWithSpecification()
249 IOMapper * mapper) in setSpecification() argument
289 if (mapper && !OSDynamicCast(IOMapper, mapper)) { in setSpecification()
290 device = mapper; in setSpecification()
291 mapper = NULL; in setSpecification()
293 if (!mapper && (kUnmapped != MAPTYPE(mappingOptions))) { in setSpecification()
295 mapper = IOMapper::gSystem; in setSpecification()
327 if (!mapper) { in setSpecification()
336 if (mapper != fMapper) { in setSpecification()
337 fMapper.reset(mapper, OSRetain); in setSpecification()
784 IOMapper * mapper, in prepareWithSpecification() argument
796 ret = setSpecification(outSegFunc, segmentOptions, mappingOptions, mapper); in prepareWithSpecification()
813 IOMapper *mapper, in prepareWithSpecification() argument
830 return prepareWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, in prepareWithSpecification()