Searched refs:IOLittleMemoryCursor (Results 1 – 2 of 2) sorted by relevance
292 OSDefineMetaClassAndStructors(IOLittleMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument295 IOLittleMemoryCursor::outputSegment(PhysicalSegment inSegment, in OSDefineMetaClassAndStructors()311 OSSharedPtr<IOLittleMemoryCursor>312 IOLittleMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, in withSpecification()316 OSSharedPtr<IOLittleMemoryCursor> me = OSMakeShared<IOLittleMemoryCursor>(); in withSpecification()330 IOLittleMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, in initWithSpecification()334 return super::initWithSpecification(&IOLittleMemoryCursor::outputSegment, in initWithSpecification()
316 class IOLittleMemoryCursor : public IOMemoryCursor318 OSDeclareDefaultStructors(IOLittleMemoryCursor);333 #define littleOutputSegment IOLittleMemoryCursor::outputSegment343 static OSPtr<IOLittleMemoryCursor>