Searched refs:withSpecification (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.h141 /*! @function withSpecification
151 static IOMbufNaturalMemoryCursor * withSpecification(UInt32 maxSegmentSize,
205 /*! @function withSpecification
215 static IOMbufBigMemoryCursor * withSpecification(UInt32 maxSegmentSize,
270 /*! @function withSpecification
280 static IOMbufLittleMemoryCursor * withSpecification(UInt32 maxSegmentSize,
335 /*! @function withSpecification
345 static IOMbufDBDMAMemoryCursor * withSpecification(UInt32 maxSegmentSize,
H A DIOMbufMemoryCursor.cpp533 IOMbufBigMemoryCursor::withSpecification(UInt32 maxSegSize, UInt32 maxNumSegs) function in class:IOMbufBigMemoryCursor
577 IOMbufNaturalMemoryCursor::withSpecification(UInt32 maxSegSize, UInt32 maxNumSegs) function in class:IOMbufNaturalMemoryCursor
622 IOMbufLittleMemoryCursor::withSpecification(UInt32 maxSegSize, UInt32 maxNumSegs) function in class:IOMbufLittleMemoryCursor
669 IOMbufDBDMAMemoryCursor::withSpecification(UInt32 maxSegSize, UInt32 maxNumSegs) function in class:IOMbufDBDMAMemoryCursor
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryCursor.h106 /*! @function withSpecification
116 withSpecification(SegmentFunction outSegFunc,
183 /*! @function withSpecification
192 withSpecification(IOPhysicalLength maxSegmentSize,
258 /*! @function withSpecification
267 withSpecification(IOPhysicalLength maxSegmentSize,
333 /*! @function withSpecification
342 withSpecification(IOPhysicalLength maxSegmentSize,
H A DIODMACommand.h180 /*! @function withSpecification
193 withSpecification(SegmentFunction outSegFunc,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp43 IOMemoryCursor::withSpecification(SegmentFunction inSegFunc, function in class:IOMemoryCursor
205 IONaturalMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, function in class:IONaturalMemoryCursor
252 IOBigMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, function in class:IOBigMemoryCursor
299 IOLittleMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize, function in class:IOLittleMemoryCursor
H A DIODMACommand.cpp109 IODMACommand::withSpecification(SegmentFunction outSegFunc, function in class:IODMACommand
135 return withSpecification(fOutSeg, fNumAddressBits, fMaxSegmentSize,
/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCI.cpp171 cmd = IODMACommand::withSpecification(
187 IOLog("IODMACommand::withSpecification failed\n");
236 cmd = IODMACommand::withSpecification(
252 IOLog("IODMACommand::withSpecification failed\n");
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATABusCommand.cpp360 _dmaCmd = IODMACommand::withSpecification(IODMACommand::OutputHost32,
H A DIOPCIATA.cpp247 _DMACursor = IONaturalMemoryCursor::withSpecification(0x10000, /*64K*/
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.cpp138 dma_command = IODMACommand::withSpecification(
254 dma_command = IODMACommand::withSpecification(
H A DIOFWDCLProgram.cpp182 dma_command = IODMACommand::withSpecification( kIODMACommandOutputHost32, // segment function
H A DIOFWIsochChannel.cpp225 dma_command = IODMACommand::withSpecification(
H A DIOFWUserIsochPort.cpp276 dma_command = IODMACommand::withSpecification(
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp520 dma_command = IODMACommand::withSpecification(
773 dma_command = IODMACommand::withSpecification(
954 fDMACommand = IODMACommand::withSpecification(

Completed in 278 milliseconds