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

/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h183 @param outSegFunc SegmentFunction to call to output one physical segment. A set of nine commonly required segment functions are provided.
193 withSpecification(SegmentFunction outSegFunc,
206 @param outSegFunc SegmentFunction to call to output one physical segment. A set of nine commonly required segment functions are provided.
222 SegmentFunction outSegFunc,
241 @param outSegFunc SegmentFunction to call to output one physical segment. A set of nine commonly required segment functions are provided.
250 virtual bool initWithSpecification( SegmentFunction outSegFunc,
382 InternalSegmentFunction outSegFunc,
405 @param outSegFunc SegmentFunction to call to output one physical segment. A set of nine commonly required segment functions are provided.
419 virtual IOReturn prepareWithSpecification(SegmentFunction outSegFunc,
523 SegmentFunction outSegFunc,
522 weakWithSpecification(IODMACommand **newCommand, SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mapType, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
[all...]
H A DIOMemoryCursor.h109 @param outSegFunc SegmentFunction to call to output one physical segment.
116 withSpecification(SegmentFunction outSegFunc,
123 @param outSegFunc SegmentFunction to call to output one physical segment.
130 virtual bool initWithSpecification(SegmentFunction outSegFunc,
/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp109 IODMACommand::withSpecification(SegmentFunction outSegFunc, argument
120 if (me && !me->initWithSpecification(outSegFunc,
142 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, argument
153 if (!super::init() || !outSegFunc)
156 bool is32Bit = (OutputHost32 == outSegFunc || OutputBig32 == outSegFunc
157 || OutputLittle32 == outSegFunc);
188 fOutSeg = outSegFunc;
599 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, argument
614 if (!outSegFunc)
985 genIOVMSegments(uint32_t op, InternalSegmentFunction outSegFunc, void *reference, UInt64 *offsetP, void *segmentsP, UInt32 *numSegmentsP) argument
[all...]

Completed in 78 milliseconds