Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIOMemoryCursor.cpp292 OSDefineMetaClassAndStructors(IOLittleMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument
295 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()
/xnu-8020.140.41/iokit/IOKit/
H A DIOMemoryCursor.h316 class IOLittleMemoryCursor : public IOMemoryCursor
318 OSDeclareDefaultStructors(IOLittleMemoryCursor);
333 #define littleOutputSegment IOLittleMemoryCursor::outputSegment
343 static OSPtr<IOLittleMemoryCursor>