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

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOMbufMemoryCursor.h255 /*! @class IOMbufLittleMemoryCursor
258 @discussion The IOMbufLittleMemoryCursor would be used when the DMA
264 class IOMbufLittleMemoryCursor : public IOMbufMemoryCursor class in inherits:IOMbufMemoryCursor
266 OSDeclareDefaultStructors(IOMbufLittleMemoryCursor)
272 IOMbufLittleMemoryCursor in one operation.
280 static IOMbufLittleMemoryCursor * withSpecification(UInt32 maxSegmentSize,
H A DIOMbufMemoryCursor.cpp58 OSDefineMetaClassAndStructors(IOMbufLittleMemoryCursor, IOMbufMemoryCursor)
620 /******************** class IOMbufLittleMemoryCursor ********************/
621 IOMbufLittleMemoryCursor *
622 IOMbufLittleMemoryCursor::withSpecification(UInt32 maxSegSize, UInt32 maxNumSegs)
624 IOMbufLittleMemoryCursor *me = new IOMbufLittleMemoryCursor;
636 IOMbufLittleMemoryCursor *self, void *packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments)
642 IOMbufLittleMemoryCursor::getPhysicalSegments(mbuf_t packet,
650 IOMbufLittleMemoryCursor *self, void *packet, struct IOPhysicalSegment *vector, UInt32 numVectorSegments)
657 IOMbufLittleMemoryCursor
[all...]

Completed in 76 milliseconds