Searched refs:initWithSpecification (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/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 | 137 if (me && !me->initWithSpecification(outSegFunc, segmentOptions, mappingOptions, in withSpecification() 157 if (me && !me->initWithSpecification(outSegFunc, in withSpecification() 203 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() function in IODMACommand 222 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() function in IODMACommand 242 return initWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, refCon); in initWithSpecification()
|
| /xnu-11215/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 | 295 virtual bool initWithSpecification( SegmentFunction outSegFunc, 523 bool initWithSpecification(SegmentFunction outSegFunc, 636 initWithSpecification(outSegFunc, in weakWithSpecification()
|