Lines Matching refs:refCon
117 IODMACommand::withRefCon(void * refCon) in withRefCon() argument
121 if (me && !me->initWithRefCon(refCon)) { in withRefCon()
133 void * refCon) in withSpecification() argument
138 mapper, refCon)) { in withSpecification()
153 void *refCon) in withSpecification() argument
160 alignment, mapper, refCon)) { in withSpecification()
168 IODMACommand::cloneCommand(void *refCon) in cloneCommand() argument
182 fMappingOptions, fMapper.get(), refCon); in cloneCommand()
188 IODMACommand::initWithRefCon(void * refCon) in initWithRefCon() argument
197 fRefCon = refCon; in initWithRefCon()
207 void * refCon) in initWithSpecification() argument
209 if (!initWithRefCon(refCon)) { in initWithSpecification()
229 void *refCon) in initWithSpecification() argument
242 return initWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, refCon); in initWithSpecification()