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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp280 /************************* class IOLittleMemoryCursor ************************/
284 OSDefineMetaClassAndStructors(IOLittleMemoryCursor, IOMemoryCursor)
287 IOLittleMemoryCursor::outputSegment(PhysicalSegment inSegment,
298 IOLittleMemoryCursor *
299 IOLittleMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize,
303 IOLittleMemoryCursor * me = new IOLittleMemoryCursor;
319 IOLittleMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize,
323 return super::initWithSpecification(&IOLittleMemoryCursor::outputSegment,
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryCursor.h307 /************************* class IOLittleMemoryCursor ************************/
310 @class IOLittleMemoryCursor
312 @discussion The IOLittleMemoryCursor would be used when the DMA hardware requires a little endian address and length pair. This cursor outputs an array of PhysicalSegments that are encoded in little endian format.
314 class IOLittleMemoryCursor : public IOMemoryCursor class in inherits:IOMemoryCursor
316 OSDeclareDefaultStructors(IOLittleMemoryCursor)
330 @discussion Backward compatibility define for the old global function definition. See also IOLittleMemoryCursor::outputSegment. */
331 #define littleOutputSegment IOLittleMemoryCursor::outputSegment
334 @abstract Creates and initializes an IOLittleMemoryCursor in one operation.
335 @discussion Factory function to create and initialize an IOLittleMemoryCursor in one operation. See also IOLittleMemoryCursor
[all...]

Completed in 131 milliseconds