Home
last modified time | relevance | path

Searched refs:IONaturalMemoryCursor (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/iokit/Kernel/
H A DIOMemoryCursor.cpp201 OSDefineMetaClassAndStructors(IONaturalMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument
204 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()
/xnu-8796.121.2/iokit/IOKit/
H A DIOMemoryCursor.h163 class IONaturalMemoryCursor : public IOMemoryCursor
165 OSDeclareDefaultStructors(IONaturalMemoryCursor);
181 #define naturalOutputSegment IONaturalMemoryCursor::outputSegment
191 static OSPtr<IONaturalMemoryCursor>