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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryCursor.cpp50 if (me && !me->initWithSpecification(inSegFunc,
65 IOMemoryCursor::initWithSpecification(SegmentFunction inSegFunc, function in class:IOMemoryCursor
211 if (me && !me->initWithSpecification(inMaxSegmentSize,
223 IONaturalMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, function in class:IONaturalMemoryCursor
227 return super::initWithSpecification(&IONaturalMemoryCursor::outputSegment,
258 if (me && !me->initWithSpecification(inMaxSegmentSize,
270 IOBigMemoryCursor::initWithSpecification(IOPhysicalLength inMaxSegmentSize, function in class:IOBigMemoryCursor
274 return super::initWithSpecification(&IOBigMemoryCursor::outputSegment,
305 if (me && !me->initWithSpecification(inMaxSegmentSize,
319 IOLittleMemoryCursor::initWithSpecification(IOPhysicalLengt function in class:IOLittleMemoryCursor
[all...]
H A DIODMACommand.cpp120 if (me && !me->initWithSpecification(outSegFunc,
142 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, function in class:IODMACommand
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryCursor.h108 @discussion Factory function to create and initialize an IOMemoryCursor in one operation. For more information, see IOMemoryCursor::initWithSpecification.
121 /*! @function initWithSpecification
130 virtual bool initWithSpecification(SegmentFunction outSegFunc,
185 @discussion Factory function to create and initialize an IONaturalMemoryCursor in one operation. For more information, see IONaturalMemoryCursor::initWithSpecification.
196 /*! @function initWithSpecification
203 virtual bool initWithSpecification(IOPhysicalLength maxSegmentSize,
260 @discussion Factory function to create and initialize an IOBigMemoryCursor in one operation. See also IOBigMemoryCursor::initWithSpecification.
271 /*! @function initWithSpecification
279 virtual bool initWithSpecification(IOPhysicalLength maxSegmentSize,
335 @discussion Factory function to create and initialize an IOLittleMemoryCursor in one operation. See also IOLittleMemoryCursor::initWithSpecification
[all...]
H A DIODMACommand.h213 @result kIOReturnSuccess if everything is OK, otherwise kIOReturnBadArgument if newCommand is NULL, kIOReturnUnsupported if the kernel doesn't export IODMACommand or IOReturnError if the new command fails to init, q.v. initWithSpecification.
239 /*! @function initWithSpecification
250 virtual bool initWithSpecification( SegmentFunction outSegFunc,
542 initWithSpecification(outSegFunc,

Completed in 28 milliseconds