Searched refs:genPhysicalSegments (Results 1 - 4 of 4) sorted by path

/macosx-10.10.1/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.cpp336 UInt32 IOMbufMemoryCursor::genPhysicalSegments(mbuf_t packet, void *vector, function in class:IOMbufMemoryCursor
474 genPhysicalSegments(packet, vector, 1, true) : 0;
557 return genPhysicalSegments(packet, vector, numVectorSegments, false);
571 return genPhysicalSegments(packet, vector, numVectorSegments, true);
601 return genPhysicalSegments(packet, vector, numVectorSegments, false);
616 return genPhysicalSegments(packet, vector, numVectorSegments, true);
646 return genPhysicalSegments(packet, vector, numVectorSegments, false);
661 return genPhysicalSegments(packet, vector, numVectorSegments, true);
693 return genPhysicalSegments(packet, vector, numVectorSegments, false);
708 return genPhysicalSegments(packe
[all...]
H A DIOMbufMemoryCursor.h90 /*! @function genPhysicalSegments
106 virtual UInt32 genPhysicalSegments(mbuf_t packet, void * vector,
111 by genPhysicalSegments().
113 by genPhysicalSegments(). The counter is then reset to 0.
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryCursor.h135 /*! @function genPhysicalSegments
146 virtual UInt32 genPhysicalSegments(
210 @discussion Generates a list of physical segments from the given memory descriptor, relative to the current position of the descriptor. Wraps IOMemoryCursor::genPhysicalSegments.
226 return genPhysicalSegments(descriptor, fromPosition, segments,
286 @discussion Generates a list of physical segments from the given memory descriptor, relative to the current position of the descriptor. Wraps IOMemoryCursor::genPhysicalSegments.
302 return genPhysicalSegments(descriptor, fromPosition, segments,
360 @discussion Generates a list of physical segments from the given memory descriptor, relative to the current position of the descriptor. Wraps IOMemoryCursor::genPhysicalSegments.
376 return genPhysicalSegments(descriptor, fromPosition, segments,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp103 IOMemoryCursor::genPhysicalSegments(IOMemoryDescriptor *inDescriptor, function in class:IOMemoryCursor

Completed in 215 milliseconds