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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp44 IOPhysicalLength inMaxSegmentSize,
51 inMaxSegmentSize,
66 IOPhysicalLength inMaxSegmentSize,
79 if (inMaxSegmentSize > sMaxDBDMASegment) inMaxSegmentSize = sMaxDBDMASegment;
89 maxSegmentSize = inMaxSegmentSize;
205 IONaturalMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, argument
211 if (me && !me->initWithSpecification(inMaxSegmentSize,
223 IONaturalMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, argument
228 inMaxSegmentSize,
43 withSpecification(SegmentFunction inSegFunc, IOPhysicalLength inMaxSegmentSize, IOPhysicalLength inMaxTransferSize, IOPhysicalLength inAlignment) argument
65 initWithSpecification(SegmentFunction inSegFunc, IOPhysicalLength inMaxSegmentSize, IOPhysicalLength inMaxTransferSize, IOPhysicalLength inAlignment) argument
252 withSpecification(IOPhysicalLength inMaxSegmentSize, IOPhysicalLength inMaxTransferSize, IOPhysicalLength inAlignment) argument
270 initWithSpecification(IOPhysicalLength inMaxSegmentSize, IOPhysicalLength inMaxTransferSize, IOPhysicalLength inAlignment) argument
299 withSpecification(IOPhysicalLength inMaxSegmentSize, IOPhysicalLength inMaxTransferSize, IOPhysicalLength inAlignment) argument
319 initWithSpecification(IOPhysicalLength inMaxSegmentSize, IOPhysicalLength inMaxTransferSize, IOPhysicalLength inAlignment) argument
[all...]
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.cpp76 UInt32 inMaxSegmentSize,
79 if (!super::initWithSpecification(inOutSeg, inMaxSegmentSize, 0, 1))
88 assert(inMaxSegmentSize >= PAGE_SIZE);
89 if (inMaxSegmentSize < PAGE_SIZE)
92 if (!inMaxSegmentSize)
75 initWithSpecification(OutputSegmentFunc inOutSeg, UInt32 inMaxSegmentSize, UInt32 inMaxNumSegments) argument

Completed in 209 milliseconds