Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/Kernel/
H A DIOMemoryCursor.cpp242 OSDefineMetaClassAndStructors(IOBigMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument
245 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()
/xnu-10063.101.15/iokit/IOKit/
H A DIOMemoryCursor.h239 class IOBigMemoryCursor : public IOMemoryCursor
241 OSDeclareDefaultStructors(IOBigMemoryCursor);
257 #define bigOutputSegment IOBigMemoryCursor::outputSegment
267 static OSPtr<IOBigMemoryCursor>