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

/macosx-10.5.8/xnu-1228.15.4/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,
438 @discussion Generates a list of DBDMA descriptors where the address and length fields are filled in appropriately. But the client is expected to fill in the rest of the DBDMA descriptor as is appropriate for their particular hardware. Wraps IOMemoryCursor::genPhysicalSegments.
454 return genPhysicalSegments(descripto
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryCursor.cpp103 IOMemoryCursor::genPhysicalSegments(IOMemoryDescriptor *inDescriptor, function in class:IOMemoryCursor

Completed in 24 milliseconds