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

/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryCursor.h47 void IONaturalMemoryCursor::outputSegment(PhysicalSegment segment,<br>
51 ((PhysicalSegment *) outSegments)[outSegmentIndex] = segment;<br>
61 @typedef PhysicalSegment
64 struct PhysicalSegment struct in class:IOMemoryCursor
71 @discussion Backward compatibility define for the old non-class scoped type definition. See IOMemoryCursor::PhysicalSegment
73 #define IOPhysicalSegment IOMemoryCursor::PhysicalSegment
82 typedef void (*SegmentFunction)(PhysicalSegment segment,
174 static void outputSegment(PhysicalSegment segment,
221 PhysicalSegment *segments,
249 static void outputSegment(PhysicalSegment segmen
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp125 PhysicalSegment curSeg = { 0, 0 };
129 PhysicalSegment seg = { 0, 0 };
197 void IONaturalMemoryCursor::outputSegment(PhysicalSegment segment,
201 ((PhysicalSegment *) outSegments)[outSegmentIndex] = segment;
240 IOBigMemoryCursor::outputSegment(PhysicalSegment inSegment,
246 segment = &((PhysicalSegment *) inSegments)[inSegmentIndex].location;
287 IOLittleMemoryCursor::outputSegment(PhysicalSegment inSegment,
293 segment = &((PhysicalSegment *) inSegments)[inSegmentIndex].location;

Completed in 128 milliseconds