Contents

outputSegment

Outputs the given segment into the output segments array in little endian byte order.

Declaration

static void outputSegment(
 PhysicalSegmentsegment, 
 void *segments, 
 UInt32segmentIndex);

Parameters

  • segment:

    The physical address and length that is next to be output.

  • segments:

    Base of the output vector of DMA address length pairs.

  • segmentIndex:

    Index to output 'segment' in the 'segments' array.

See Also

Miscellaneous