Searched refs:PhysicalSegment (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/iokit/IOKit/ |
| H A D | IOMemoryCursor.h | 65 struct PhysicalSegment { struct 73 #define IOPhysicalSegment IOMemoryCursor::PhysicalSegment 82 typedef void (*SegmentFunction)(PhysicalSegment segment, 174 static void outputSegment(PhysicalSegment segment, 222 PhysicalSegment *segments, 250 static void outputSegment(PhysicalSegment segment, 299 PhysicalSegment * segments, 327 static void outputSegment(PhysicalSegment segment, 374 PhysicalSegment * segments,
|
| /xnu-8020.121.3/iokit/Kernel/ |
| H A D | IOMemoryCursor.cpp | 137 PhysicalSegment curSeg = { 0, 0 }; in genPhysicalSegments() 141 PhysicalSegment seg = { 0, 0 }; in genPhysicalSegments() 204 IONaturalMemoryCursor::outputSegment(PhysicalSegment segment, in OSDefineMetaClassAndStructors() 208 ((PhysicalSegment *) outSegments)[outSegmentIndex] = segment; in OSDefineMetaClassAndStructors() 245 IOBigMemoryCursor::outputSegment(PhysicalSegment inSegment, in OSDefineMetaClassAndStructors() 251 segment = &((PhysicalSegment *) inSegments)[inSegmentIndex].location; in OSDefineMetaClassAndStructors() 295 IOLittleMemoryCursor::outputSegment(PhysicalSegment inSegment, in OSDefineMetaClassAndStructors() 301 segment = &((PhysicalSegment *) inSegments)[inSegmentIndex].location; in OSDefineMetaClassAndStructors()
|