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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryCursor.cpp329 /************************* class IODBDMAMemoryCursor *************************/
337 OSDefineMetaClassAndStructors(IODBDMAMemoryCursor, IOMemoryCursor)
340 IODBDMAMemoryCursor::outputSegment(PhysicalSegment inSegment,
358 IODBDMAMemoryCursor *
359 IODBDMAMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize,
363 IODBDMAMemoryCursor *me = new IODBDMAMemoryCursor;
379 IODBDMAMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize,
383 return super::initWithSpecification(&IODBDMAMemoryCursor::outputSegment,
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMemoryCursor.h381 /************************* class IODBDMAMemoryCursor *************************/
388 @class IODBDMAMemoryCursor
390 @discussion The IODBDMAMemoryCursor would be used when the DBDMA hardware is available for the device for that will use an instance of this cursor.
392 class IODBDMAMemoryCursor : public IOMemoryCursor class in inherits:IOMemoryCursor
394 OSDeclareDefaultStructors(IODBDMAMemoryCursor)
408 @discussion Backward compatibility define for the old global function definition. See IODBDMAMemoryCursor::outputSegment. */
409 #define dbdmaOutputSegment IODBDMAMemoryCursor::outputSegment
412 @abstract Creates and initializes an IODBDMAMemoryCursor in one operation.
413 @discussion Factory function to create and initialize an IODBDMAMemoryCursor in one operation. See also IODBDMAMemoryCursor
[all...]

Completed in 28 milliseconds