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

/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp606 fRanges = OSArray::withCapacity( permanentRanges ? permanentRanges : 1 );
607 if( !fRanges )
646 if( fRanges )
647 fRanges->flushCollection(); // release ranges
763 // creates the fRanges array based on the physical segments
772 for( UInt32 i = 0; i < fRanges->getCount(); i++ )
774 IOFireWireSBP2LSIRange * range = (IOFireWireSBP2LSIRange*)fRanges->getObject(i);
801 for( UInt32 i = 0; i < fRanges->getCount(); i++ )
803 IOFireWireSBP2LSIRange * range = (IOFireWireSBP2LSIRange*)fRanges->getObject(i);
825 for( UInt32 i = 0; i < fRanges
[all...]
H A DIOFireWireSBP2LSIWorkaroundDescriptor.h133 OSArray * fRanges; member in class:IOFireWireSBP2LSIWorkaroundDescriptor
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCL.cpp128 bcopy( fRanges, newRanges, sizeof( IOVirtualRange ) * fRangeCount ) ;
129 delete[] fRanges ;
131 fRanges = newRanges ;
132 fRanges[ fRangeCount ] = range ;
141 delete[] fRanges ;
143 fRanges = ( numRanges && ranges ) ? new IOVirtualRange[ numRanges ] : NULL ;
145 if ( !fRanges )
150 bcopy( ranges, fRanges, numRanges * sizeof( IOVirtualRange ) ) ;
162 ranges[ index ] = fRanges[ index ] ;
184 IOVirtualAddress lowAddress = fRanges[
[all...]
H A DIOFWDCL.h129 IOVirtualRange * fRanges ; member in class:IOFWDCL

Completed in 135 milliseconds