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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryCursor.cpp240 IOBigMemoryCursor::outputSegment(PhysicalSegment inSegment, argument
247 OSWriteBigInt(segment, 0, inSegment.location);
248 OSWriteBigInt(segment, sizeof(IOPhysicalAddress), inSegment.length);
287 IOLittleMemoryCursor::outputSegment(PhysicalSegment inSegment, argument
294 OSWriteLittleInt(segment, 0, inSegment.location);
295 OSWriteLittleInt(segment, sizeof(IOPhysicalAddress), inSegment.length);
340 IODBDMAMemoryCursor::outputSegment(PhysicalSegment inSegment, argument
349 OSWriteSwapInt32((UInt32 *) segment, 4, inSegment.location);
353 OSWriteSwapInt16((UInt16 *) segment, 0, inSegment.length);

Completed in 19 milliseconds