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

/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDMemoryDescriptor.h50 virtual bool initWithRanges(IOVirtualRange *ranges, UInt32 withCount, IODirection withDirection, task_t withTask, function in class:AppleRAIDMemoryDescriptor
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.h171 virtual bool initWithRanges( IOVirtualRange * ranges, /* not supported */
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp547 bool IOFireWireSBP2LSIWorkaroundDescriptor::initWithRanges function in class:IOFireWireSBP2LSIWorkaroundDescriptor
556 return IOGeneralMemoryDescriptor::initWithRanges( ranges, withCount, withDirection, withTask, asReference );
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCL.cpp31 IOFWDCL::initWithRanges ( function in class:IOFWDCL
519 return IOFWDCL::initWithRanges( updateSet, rangesCount, ranges ) ;
582 if ( !IOFWDCL::initWithRanges( updateSet, rangesCount, ranges ) )
831 bool result = IOFWDCL::initWithRanges( NULL, 0, NULL ) ;
H A DIOFWDCL.h144 virtual bool initWithRanges (
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h499 virtual bool initWithRanges(IOVirtualRange * ranges,
877 // IOMemoryDescriptor::initWithRanges(... IOOptionsBits options);
1015 virtual bool initWithRanges( IOVirtualRange * ranges,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1088 if (that->initWithRanges(ranges, withCount, direction, task, asReference))
1244 return initWithRanges(&_singleRange.v, 1, withDirection, kernel_task, true);
1256 return initWithRanges(&_singleRange.v, 1, withDirection, withTask, true);
1287 IOGeneralMemoryDescriptor::initWithRanges( function in class:IOGeneralMemoryDescriptor
4330 IOMemoryDescriptor::initWithRanges( function in class:IOMemoryDescriptor

Completed in 125 milliseconds