Searched refs:inBackingStore (Results 1 - 7 of 7) sorted by path

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h1212 @param inBackingStore An optional block of allocated memory representing the contents of the address space. This
1237 void* inBackingStore,
1246 @param inBackingStore An block of allocated memory representing the contents of the address space.
1252 IOFireWireLibPhysicalAddressSpaceRef (*CreatePhysicalAddressSpace)( IOFireWireLibDeviceRef self, UInt32 inSize, void* inBackingStore, UInt32 inFlags, REFIID iid) ;
1436 @param inBackingStore An optional block of allocated memory representing the contents of the address space. This
1469 void* inBackingStore,
H A DIOFireWireLibDevice.cpp1149 void* inBackingStore,
1160 const uint64_t inputs[3] = {inSize, (const uint64_t)inBackingStore, inFlags};
1168 IUnknownVTbl** iUnknown = PhysicalAddressSpace::Alloc(*this, output, inSize, inBackingStore, inFlags) ;
1193 void* inBackingStore,
1205 if ( !inBackingStore && ( (inFlags & kFWAddressSpaceAutoWriteReply != 0) || (inFlags & kFWAddressSpaceAutoReadReply != 0) || (inFlags & kFWAddressSpaceAutoCopyOnWrite != 0) ) )
1221 params.backingStore = (mach_vm_address_t) inBackingStore ;
1260 IUnknownVTbl** iUnknown = PseudoAddressSpace::Alloc(*this, addrSpaceRef, queueBuffer, inQueueBufferSize, inBackingStore, inRefCon) ;
2336 void* inBackingStore, UInt32 inFlags, REFIID iid)
2338 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->CreatePseudoAddressSpace(inLength, inRefCon, inQueueBufferSize, inBackingStore, inFlags, iid);
2342 DeviceCOM::SCreatePhysicalAddressSpace(IOFireWireLibDeviceRef self, UInt32 inLength, void* inBackingStore, UInt3 argument
1147 CreatePhysicalAddressSpace( UInt32 inSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
1189 CreateAddressSpace( UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid, Boolean isInitialUnits, UInt32 inAddressLo ) argument
2335 SCreatePseudoAddressSpace(IOFireWireLibDeviceRef self, UInt32 inLength, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
2348 SCreateInitialUnitsPseudoAddressSpace( IOFireWireLibDeviceRef self, UInt32 inAddressLo, UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
[all...]
H A DIOFireWireLibDevice.h274 void* inBackingStore,
276 REFIID iid) { return CreateAddressSpace( inSize, inRefCon, inQueueBufferSize, inBackingStore, inFlags, iid ) ; }
280 void* inBackingStore,
289 void* inBackingStore,
291 REFIID iid) { return CreateAddressSpace( inSize, inRefCon, inQueueBufferSize, inBackingStore, inFlags, iid, true, inAddressLo ) ; }
297 void* inBackingStore,
686 void* inBackingStore,
693 void* inBackingStore,
703 void* inBackingStore,
270 CreatePseudoAddressSpace( UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
284 CreateInitialUnitsPseudoAddressSpace( UInt32 inAddressLo, UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
H A DIOFireWireLibPhysicalAddressSpace.cpp82 void* inBackingStore,
87 me = new PhysicalAddressSpace(inUserClient, inAddrSpaceRef, inSize, inBackingStore, inFlags) ;
141 UInt32 inSize, void* inBackingStore, UInt32 inFlags)
146 mBackingStore(inBackingStore),
78 Alloc( Device& inUserClient, UserObjectHandle inAddrSpaceRef, UInt32 inSize, void* inBackingStore, UInt32 inFlags) argument
140 PhysicalAddressSpace( Device& inUserClient, UserObjectHandle inKernPhysicalAddrSpaceRef, UInt32 inSize, void* inBackingStore, UInt32 inFlags) argument
H A DIOFireWireLibPhysicalAddressSpace.h64 void* inBackingStore,
95 void* inBackingStore,
H A DIOFireWireLibPseudoAddressSpace.cpp58 void* inBackingStore, void* inRefCon )
63 me = new PseudoAddressSpace(userclient, inKernAddrSpaceRef, inBuffer, inBufferSize, inBackingStore, inRefCon) ;
173 void* inBuffer, UInt32 inBufferSize, void* inBackingStore, void* inRefCon)
183 mBackingStore(inBackingStore),
57 Alloc( Device& userclient, UserObjectHandle inKernAddrSpaceRef, void* inBuffer, UInt32 inBufferSize, void* inBackingStore, void* inRefCon ) argument
172 PseudoAddressSpace( Device& userclient, UserObjectHandle inKernAddrSpaceRef, void* inBuffer, UInt32 inBufferSize, void* inBackingStore, void* inRefCon) argument
H A DIOFireWireLibPseudoAddressSpace.h51 void* inBuffer, UInt32 inBufferSize, void* inBackingStore,
96 void* inBackingStore,

Completed in 327 milliseconds