Searched refs:IONaturalMemoryCursor (Results 1 – 2 of 2) sorted by relevance
201 OSDefineMetaClassAndStructors(IONaturalMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument204 IONaturalMemoryCursor::outputSegment(PhysicalSegment segment, in OSDefineMetaClassAndStructors()211 OSSharedPtr<IONaturalMemoryCursor>212 IONaturalMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, in withSpecification()216 OSSharedPtr<IONaturalMemoryCursor> me = OSMakeShared<IONaturalMemoryCursor>(); in withSpecification()228 IONaturalMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, in initWithSpecification()232 return super::initWithSpecification(&IONaturalMemoryCursor::outputSegment, in initWithSpecification()
163 class IONaturalMemoryCursor : public IOMemoryCursor165 OSDeclareDefaultStructors(IONaturalMemoryCursor);181 #define naturalOutputSegment IONaturalMemoryCursor::outputSegment191 static OSPtr<IONaturalMemoryCursor>