Searched refs:initWithSpecification (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOMemoryCursor.cpp | 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 [all …]
|
| H A D | IODMACommand.cpp | 133 if (me && !me->initWithSpecification(outSegFunc, segmentOptions, mappingOptions, in withSpecification() 153 if (me && !me->initWithSpecification(outSegFunc, in withSpecification() 199 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() function in IODMACommand 218 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() function in IODMACommand 238 return initWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, refCon); in initWithSpecification()
|
| /xnu-8020.101.4/iokit/IOKit/ |
| H A D | IOMemoryCursor.h | 130 virtual bool initWithSpecification(SegmentFunction outSegFunc, 203 virtual bool initWithSpecification(IOPhysicalLength maxSegmentSize, 280 virtual bool initWithSpecification(IOPhysicalLength maxSegmentSize, 355 virtual bool initWithSpecification(IOPhysicalLength maxSegmentSize,
|
| H A D | IODMACommand.h | 294 virtual bool initWithSpecification( SegmentFunction outSegFunc, 522 bool initWithSpecification(SegmentFunction outSegFunc, 635 initWithSpecification(outSegFunc, in weakWithSpecification()
|