Searched refs:mSegments (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPhysicalAddressSpace.cpp118 return IOFireWireIUnknown::InterfaceMap<PhysicalAddressSpace>::GetThis(self)->mSegments[0].location ;
147 mSegments( NULL ),
166 mSegments = new FWPhysicalSegment32[mSegmentCount] ;
167 if (!mSegments)
174 const uint64_t inputs[3] = {(const uint64_t)mKernPhysicalAddrSpaceRef, mSegmentCount, (const uint64_t)mSegments};
192 mSegments[i].location = OSSwapInt32( mSegments[i].location );
193 mSegments[i].length = OSSwapInt32( mSegments[i].length );
199 mFWAddress = FWAddress(0, mSegments[
[all...]
H A DIOFireWireLibPhysicalAddressSpace.h116 FWPhysicalSegment32 * mSegments ; member in class:IOFireWireLib::PhysicalAddressSpace

Completed in 70 milliseconds