Searched refs:getPhysicalSegments (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOMbufMemoryCursor.h154 /*! @function getPhysicalSegments
165 UInt32 getPhysicalSegments(mbuf_t packet,
218 /*! @function getPhysicalSegments
229 UInt32 getPhysicalSegments(mbuf_t packet,
283 /*! @function getPhysicalSegments
294 UInt32 getPhysicalSegments(mbuf_t packet,
348 /*! @function getPhysicalSegments
357 UInt32 getPhysicalSegments(mbuf_t packet,
H A DIOMbufMemoryCursor.cpp549 return self->getPhysicalSegments((mbuf_t)packet, vector,numVectorSegments);
553 IOMbufBigMemoryCursor::getPhysicalSegments(mbuf_t packet, function in class:IOMbufBigMemoryCursor
593 return self->getPhysicalSegments((mbuf_t)packet, vector,numVectorSegments);
597 IOMbufNaturalMemoryCursor::getPhysicalSegments(mbuf_t packet, function in class:IOMbufNaturalMemoryCursor
638 return self->getPhysicalSegments((mbuf_t)packet, vector,numVectorSegments);
642 IOMbufLittleMemoryCursor::getPhysicalSegments(mbuf_t packet, function in class:IOMbufLittleMemoryCursor
685 return self->getPhysicalSegments((mbuf_t)packet, vector, numVectorSegments);
689 IOMbufDBDMAMemoryCursor::getPhysicalSegments(mbuf_t packet, function in class:IOMbufDBDMAMemoryCursor
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryCursor.h208 /*! @function getPhysicalSegments
219 virtual UInt32 getPhysicalSegments(IOMemoryDescriptor *descriptor, function in class:IONaturalMemoryCursor
284 /*! @function getPhysicalSegments
295 virtual UInt32 getPhysicalSegments(IOMemoryDescriptor * descriptor, function in class:IOBigMemoryCursor
358 /*! @function getPhysicalSegments
369 virtual UInt32 getPhysicalSegments(IOMemoryDescriptor * descriptor, function in class:IOLittleMemoryCursor
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOPCIATA.cpp537 while( _DMACursor->getPhysicalSegments(

Completed in 77 milliseconds