Searched refs:IOBigMemoryCursor (Results 1 – 2 of 2) sorted by relevance
242 OSDefineMetaClassAndStructors(IOBigMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument245 IOBigMemoryCursor::outputSegment(PhysicalSegment inSegment, in OSDefineMetaClassAndStructors()261 OSSharedPtr<IOBigMemoryCursor>262 IOBigMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, in withSpecification()266 OSSharedPtr<IOBigMemoryCursor> me = OSMakeShared<IOBigMemoryCursor>(); in withSpecification()278 IOBigMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, in initWithSpecification()282 return super::initWithSpecification(&IOBigMemoryCursor::outputSegment, in initWithSpecification()
239 class IOBigMemoryCursor : public IOMemoryCursor241 OSDeclareDefaultStructors(IOBigMemoryCursor);257 #define bigOutputSegment IOBigMemoryCursor::outputSegment267 static OSPtr<IOBigMemoryCursor>