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

/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,
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp103 IOMemoryCursor::genPhysicalSegments(IOMemoryDescriptor *inDescriptor, function in class:IOMemoryCursor

Completed in 22 milliseconds