Searched refs:initWithPhysicalRanges (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMemoryDescriptor.h52 virtual bool initWithPhysicalRanges(IOPhysicalRange *ranges, UInt32 withCount, IODirection withDirection, function in class:AppleRAIDMemoryDescriptor
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.h165 virtual bool initWithPhysicalRanges(
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp538 bool IOFireWireSBP2LSIWorkaroundDescriptor::initWithPhysicalRanges( function in class:IOFireWireSBP2LSIWorkaroundDescriptor
555 // but initWithPhysicalRanges calls this so we route it to the superclass
933 if( !IOGeneralMemoryDescriptor::initWithPhysicalRanges
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h504 virtual bool initWithPhysicalRanges(IOPhysicalRange * ranges,
1021 virtual bool initWithPhysicalRanges(IOPhysicalRange * ranges,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1179 if (that->initWithPhysicalRanges(ranges, withCount, direction, asReference))
1268 return initWithPhysicalRanges( &_singleRange.p, 1, withDirection, true);
1272 IOGeneralMemoryDescriptor::initWithPhysicalRanges( function in class:IOGeneralMemoryDescriptor
4341 IOMemoryDescriptor::initWithPhysicalRanges( IOPhysicalRange * ranges, function in class:IOMemoryDescriptor

Completed in 107 milliseconds