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

/macosx-10.10.1/xnu-2782.1.97/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
/macosx-10.10.1/xnu-2782.1.97/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,
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.h71 virtual bool initWithSpecification(OutputSegmentFunc outSeg,
77 /*! @function initWithSpecification
86 virtual bool initWithSpecification(OutputSegmentFunc outSeg,
144 @discussion See also IOMbufMemoryCursor::initWithSpecification.
208 @discussion See also IOMbufMemoryCursor::initWithSpecification.
273 @discussion See also IOMbufMemoryCursor::initWithSpecification.
338 @discussion See also IOMbufMemoryCursor::initWithSpecification.
H A DIOMbufMemoryCursor.cpp67 bool IOMbufMemoryCursor::initWithSpecification(OutputSegmentFunc outSeg, function in class:IOMbufMemoryCursor
75 bool IOMbufMemoryCursor::initWithSpecification(OutputSegmentFunc inOutSeg, function in class:IOMbufMemoryCursor
79 if (!super::initWithSpecification(inOutSeg, inMaxSegmentSize, 0, 1))
537 if (me && !me->initWithSpecification(&bigOutputSegment,
581 if (me && !me->initWithSpecification(&naturalOutputSegment,
626 if (me && !me->initWithSpecification(&littleOutputSegment,
673 if (me && !me->initWithSpecification(&dbdmaOutputSegment,
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp2184 result = command->initWithSpecification (

Completed in 99 milliseconds