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

/macosx-10.5.8/xnu-1228.15.4/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,
375 IOReturn genIOVMSegments(InternalSegmentFunction outSegFunc,
398 @param outSegFunc SegmentFunction to call to output one physical segment. A set of nine commonly required segment functions are provided.
412 virtual IOReturn prepareWithSpecification(SegmentFunction outSegFunc,
504 SegmentFunction outSegFunc,
503 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,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp113 IODMACommand::withSpecification(SegmentFunction outSegFunc, argument
124 if (me && !me->initWithSpecification(outSegFunc,
146 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, argument
155 if (!super::init() || !outSegFunc || !numAddressBits)
158 bool is32Bit = (OutputHost32 == outSegFunc || OutputBig32 == outSegFunc
159 || OutputLittle32 == outSegFunc);
184 fOutSeg = outSegFunc;
538 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, argument
553 if (!outSegFunc || !numAddressBit
835 genIOVMSegments(InternalSegmentFunction outSegFunc, void *reference, UInt64 *offsetP, void *segmentsP, UInt32 *numSegmentsP) argument
[all...]

Completed in 35 milliseconds