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

/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryCursor.cpp233 /************************** class IOBigMemoryCursor **************************/
237 OSDefineMetaClassAndStructors(IOBigMemoryCursor, IOMemoryCursor)
240 IOBigMemoryCursor::outputSegment(PhysicalSegment inSegment,
251 IOBigMemoryCursor *
252 IOBigMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize,
256 IOBigMemoryCursor * me = new IOBigMemoryCursor;
270 IOBigMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize,
274 return super::initWithSpecification(&IOBigMemoryCursor::outputSegment,
/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryCursor.h231 /************************** class IOBigMemoryCursor **************************/
234 @class IOBigMemoryCursor
236 @discussion The IOBigMemoryCursor would be used when the DMA hardware requires a big endian address and length pair. This cursor outputs an array of PhysicalSegments that are encoded in big-endian format.
238 class IOBigMemoryCursor : public IOMemoryCursor class in inherits:IOMemoryCursor
240 OSDeclareDefaultStructors(IOBigMemoryCursor)
254 @discussion Backward compatibility define for the old global function definition. See IOBigMemoryCursor::outputSegment
256 #define bigOutputSegment IOBigMemoryCursor::outputSegment
259 @abstract Creates and initializes an IOBigMemoryCursor in one operation.
260 @discussion Factory function to create and initialize an IOBigMemoryCursor in one operation. See also IOBigMemoryCursor
[all...]

Completed in 20 milliseconds