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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryCursor.h47 void IONaturalMemoryCursor::outputSegment(PhysicalSegment segment,<br>
168 /*! @function outputSegment
174 static void outputSegment(PhysicalSegment segment,
179 @discussion Backward compatibility define for the old global function definition. See IONaturalMemoryCursor::outputSegment.
181 #define naturalOutputSegment IONaturalMemoryCursor::outputSegment
243 /*! @function outputSegment
249 static void outputSegment(PhysicalSegment segment,
254 @discussion Backward compatibility define for the old global function definition. See IOBigMemoryCursor::outputSegment
256 #define bigOutputSegment IOBigMemoryCursor::outputSegment
319 /*! @function outputSegment
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp197 void IONaturalMemoryCursor::outputSegment(PhysicalSegment segment, function in class:IONaturalMemoryCursor
227 return super::initWithSpecification(&IONaturalMemoryCursor::outputSegment,
240 IOBigMemoryCursor::outputSegment(PhysicalSegment inSegment, function in class:IOBigMemoryCursor
274 return super::initWithSpecification(&IOBigMemoryCursor::outputSegment,
287 IOLittleMemoryCursor::outputSegment(PhysicalSegment inSegment, function in class:IOLittleMemoryCursor
323 return super::initWithSpecification(&IOLittleMemoryCursor::outputSegment,

Completed in 162 milliseconds