• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/

Lines Matching defs:PhysicalAddressSpace

41 	PhysicalAddressSpace::Interface PhysicalAddressSpace::sInterface =
45 & PhysicalAddressSpace::SGetPhysicalSegments,
46 & PhysicalAddressSpace::SGetPhysicalSegment,
47 & PhysicalAddressSpace::SGetPhysicalAddress,
55 PhysicalAddressSpace::QueryInterface(REFIID iid, void **ppv)
78 PhysicalAddressSpace::Alloc(
85 PhysicalAddressSpace* me = nil ;
87 me = new PhysicalAddressSpace(inUserClient, inAddrSpaceRef, inSize, inBackingStore, inFlags) ;
96 PhysicalAddressSpace::SGetPhysicalSegments(
102 IOFireWireIUnknown::InterfaceMap<PhysicalAddressSpace>::GetThis(self)->GetPhysicalSegments(ioSegmentCount, outSegments, outAddresses) ;
106 PhysicalAddressSpace::SGetPhysicalSegment(
111 return IOFireWireIUnknown::InterfaceMap<PhysicalAddressSpace>::GetThis(self)->GetPhysicalSegment(offset, length) ;
115 PhysicalAddressSpace::SGetPhysicalAddress(
118 return IOFireWireIUnknown::InterfaceMap<PhysicalAddressSpace>::GetThis(self)->mSegments[0].location ;
122 PhysicalAddressSpace::SGetFWAddress(IOFireWireLibPhysicalAddressSpaceRef self, FWAddress* outAddr )
124 bcopy(& IOFireWireIUnknown::InterfaceMap<PhysicalAddressSpace>::GetThis(self)->mFWAddress, outAddr, sizeof(*outAddr)) ;
128 PhysicalAddressSpace::SGetBuffer(IOFireWireLibPhysicalAddressSpaceRef self)
130 return IOFireWireIUnknown::InterfaceMap<PhysicalAddressSpace>::GetThis(self)->mBackingStore ;
134 PhysicalAddressSpace::SGetBufferSize(IOFireWireLibPhysicalAddressSpaceRef self)
136 return IOFireWireIUnknown::InterfaceMap<PhysicalAddressSpace>::GetThis(self)->mSize ;
140 PhysicalAddressSpace::PhysicalAddressSpace( Device& inUserClient, UserObjectHandle inKernPhysicalAddrSpaceRef,
202 PhysicalAddressSpace::~PhysicalAddressSpace()
219 PhysicalAddressSpace::GetPhysicalSegments(
240 PhysicalAddressSpace::GetPhysicalSegment(