Searched refs:userclient (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibUnitDirectory.h54 LocalUnitDirectory( Device& userclient ) ;
76 static Interface** Alloc( Device& userclient ) ;
H A DIOFireWireLibIRMAllocation.cpp25 Device& userclient,
31 mUserClient(userclient),
37 userclient.AddRef() ;
220 IRMAllocationCOM::IRMAllocationCOM( Device& userclient, argument
224 : IRMAllocation( reinterpret_cast<const IUnknownVTbl &>( sInterface ), userclient, inKernIRMAllocationRef, inCallBack, inRefCon )
237 IRMAllocationCOM::Alloc(Device& userclient, argument
245 me = new IRMAllocationCOM( userclient, inKernIRMAllocationRef, inCallBack, inRefCon ) ;
24 IRMAllocation( const IUnknownVTbl& interface, Device& userclient, UserObjectHandle inKernIRMAllocationRef, void* inCallBack, void* inRefCon ) argument
H A DIOFireWireLibIRMAllocation.h53 Device& userclient,
92 IRMAllocationCOM( Device& userclient,
H A DIOFireWireLibCommand.h140 Device& userclient,
153 Device& userclient,
179 Device& userclient,
239 Device& userclient,
277 Device& userclient,
316 Device& userclient,
326 static IUnknownVTbl** Alloc( Device& userclient, io_object_t device, const FWAddress& addr,
391 Device& userclient,
443 Device& userclient,
457 Device& userclient,
[all...]
H A DIOFireWireLibAsyncStreamListener.h59 Device& userclient,
140 AsyncStreamListenerCOM( Device& userclient,
H A DIOFireWireLibIsochChannel.h45 IsochChannel( const IUnknownVTbl & interface, Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed) ;
90 IsochChannelCOM( Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed ) ;
H A DIOFireWireLibPseudoAddressSpace.h50 static IUnknownVTbl** Alloc( Device& userclient, UserObjectHandle inKernAddrSpaceRef,
92 Device& userclient,
H A DIOFireWireLibIsochPort.h51 IsochPort( const IUnknownVTbl & interface, Device & userclient,
124 RemoteIsochPort( const IUnknownVTbl & interface, Device& userclient, bool talking ) ;
168 RemoteIsochPortCOM( Device& userclient, bool talking ) ;
285 LocalIsochPortCOM( Device& userclient, bool inTalking, DCLCommand* inDCLProgram, UInt32 inStartEvent,
H A DIOFireWireLibPHYPacketListener.h54 static IUnknownVTbl** Alloc( Device& userclient, UInt32 queue_count );
H A DIOFireWireLibUnitDirectory.cpp54 LocalUnitDirectory::LocalUnitDirectory( Device& userclient )
56 mUserClient(userclient),
74 LocalUnitDirectory::Alloc( Device& userclient )
76 LocalUnitDirectory* me = new LocalUnitDirectory( userclient ) ;
H A DIOFireWireLibAsyncStreamListener.cpp25 Device& userclient,
32 mUserClient(userclient),
42 userclient.AddRef() ;
338 AsyncStreamListenerCOM::AsyncStreamListenerCOM( Device& userclient, argument
344 : AsyncStreamListener( reinterpret_cast<const IUnknownVTbl &>( sInterface ), userclient, inKernAddrSpaceRef, inBuffer,
358 AsyncStreamListenerCOM::Alloc( Device& userclient, argument
368 me = new AsyncStreamListenerCOM( userclient, inKernAddrSpaceRef, inBuffer, inBufferSize, inCallBack, inRefCon ) ;
24 AsyncStreamListener( const IUnknownVTbl& interface, Device& userclient, UserObjectHandle inKernAddrSpaceRef, void* inBuffer, UInt32 inBufferSize, void* inCallBack, void* inRefCon ) argument
H A DIOFireWireLibCommand.cpp844 ReadCmd::ReadCmd( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, argument
847 : Cmd( reinterpret_cast<const IUnknownVTbl &>( sInterface ), userclient, device, addr, callback,
886 Device& userclient,
896 ReadCmd* me = new ReadCmd( userclient, device, addr, buf, size, callback, failOnReset, generation, inRefCon ) ;
937 ReadQuadCmd::ReadQuadCmd( Device& userclient, argument
946 : Cmd( reinterpret_cast<const IUnknownVTbl &>( sInterface ), userclient, device, addr, callback,
1094 WriteCmd::WriteCmd( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size, argument
1096 : Cmd( reinterpret_cast<const IUnknownVTbl &>( sInterface), userclient, device, addr, callback,
1107 WriteCmd::Alloc( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size, argument
1110 WriteCmd* me = new WriteCmd( userclient, devic
885 Alloc( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size, CommandCallback callback, bool failOnReset, UInt32 generation, void* inRefCon) argument
1169 PHYCmd( Device& userclient, UInt32 data1, UInt32 data2, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon ) argument
1184 Alloc( Device& userclient, UInt32 data1, UInt32 data2, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1252 WriteQuadCmd( Device& userclient, io_object_t device, const FWAddress& addr, UInt32 quads[], UInt32 numQuads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon ) argument
1298 Alloc( Device& userclient, io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1391 CompareSwapCmd( Device& userclient, io_object_t device, const FWAddress& addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon ) argument
1425 Alloc( Device& userclient, io_object_t device, const FWAddress & addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1714 AsyncStreamCmd(Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon ) argument
1729 Alloc( Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon) argument
[all...]
H A DIOFireWireLibIsochChannel.cpp23 IsochChannel::IsochChannel( const IUnknownVTbl & interface, Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed) argument
25 mUserClient( userclient ),
485 IsochChannelCOM::IsochChannelCOM( Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed ) argument
486 : IsochChannel( reinterpret_cast<const IUnknownVTbl &>( sInterface ), userclient, inDoIRM, inPacketSize, inPrefSpeed )
499 IsochChannelCOM::Alloc( Device& userclient, Boolean inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed ) argument
504 me = new IsochChannelCOM( userclient, inDoIRM, inPacketSize, inPrefSpeed ) ;
H A DIOFireWireLibPseudoAddressSpace.cpp57 PseudoAddressSpace::Alloc( Device& userclient, UserObjectHandle inKernAddrSpaceRef, void* inBuffer, UInt32 inBufferSize, argument
63 me = new PseudoAddressSpace(userclient, inKernAddrSpaceRef, inBuffer, inBufferSize, inBackingStore, inRefCon) ;
172 PseudoAddressSpace::PseudoAddressSpace( Device& userclient, UserObjectHandle inKernAddrSpaceRef, argument
179 mUserClient(userclient),
186 userclient.AddRef() ;
H A DIOFireWireLibIsochPort.cpp397 IsochPortCOM::IsochPortCOM( const IUnknownVTbl & interface, Device& userclient, bool talking, bool allocateKernPort ) argument
398 : IsochPort( interface, userclient, talking, allocateKernPort )
474 RemoteIsochPort::RemoteIsochPort( const IUnknownVTbl & interface, Device& userclient, bool talking ) argument
475 : IsochPortCOM( interface, userclient, talking ),
591 RemoteIsochPortCOM::RemoteIsochPortCOM( Device& userclient, bool talking ) argument
592 : RemoteIsochPort( reinterpret_cast<const IUnknownVTbl &>( sInterface ), userclient, talking )
601 RemoteIsochPortCOM::Alloc( Device& userclient, bool talking ) argument
606 me = new RemoteIsochPortCOM( userclient, talking ) ;
694 LocalIsochPort::LocalIsochPort( const IUnknownVTbl & interface, Device & userclient, bool talking, argument
698 : IsochPortCOM( interface, userclient, talkin
1617 LocalIsochPortCOM( Device& userclient, bool talking, DCLCommand* program, UInt32 startEvent, UInt32 startState, UInt32 startMask, IOVirtualRange programRanges[], UInt32 programRangeCount, IOVirtualRange bufferRanges[], UInt32 bufferRangeCount, IOFWIsochPortOptions options ) argument
1631 Alloc( Device & userclient, Boolean talking, DCLCommand * program, UInt32 startEvent, UInt32 startState, UInt32 startMask, IOVirtualRange programRanges[], UInt32 programRangeCount, IOVirtualRange bufferRanges[], UInt32 bufferRangeCount, IOFWIsochPortOptions options ) argument
[all...]
H A DIOFireWireLibVectorCommand.h62 static IUnknownVTbl** Alloc( Device& userclient,
H A DIOFireWireLibPHYPacketListener.cpp57 IUnknownVTbl** PHYPacketListener::Alloc( Device& userclient, UInt32 queue_count ) argument
59 PHYPacketListener * me = new PHYPacketListener( userclient, queue_count );
H A DIOFireWireLibVectorCommand.cpp72 IUnknownVTbl** VectorCommand::Alloc( Device& userclient, argument
76 VectorCommand * me = new VectorCommand( userclient, callback, inRefCon );
H A DIOFireWireLibConfigDirectory.cpp49 ConfigDirectory::ConfigDirectory( const IUnknownVTbl & interface, Device& userclient, UserObjectHandle inKernConfigDirectoryRef) argument
51 mUserClient( userclient ),
57 ConfigDirectory::ConfigDirectory( const IUnknownVTbl & interface, Device& userclient )
59 mUserClient( userclient )
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserAsyncStreamListener.h92 bool completeInit( IOFireWireUserClient* userclient, FWUserAsyncStreamListenerCreateParams* params ) ;
96 bool initAsyncStreamListener( IOFireWireUserClient* userclient, FWUserAsyncStreamListenerCreateParams* params ) ;
H A DIOFWUserAsyncStreamListener.cpp192 IOFWUserAsyncStreamListener::completeInit( IOFireWireUserClient* userclient, FWUserAsyncStreamListenerCreateParams* params ) argument
202 fUserClient = userclient ;
267 IOFireWireUserClient *userclient,
270 if ( !IOFWUserAsyncStreamListener::initAll( userclient->getOwner()->getController(),
279 bool result = completeInit( userclient, params ) ;
266 initAsyncStreamListener( IOFireWireUserClient *userclient, IOFireWireLib::FWUserAsyncStreamListenerCreateParams *params) argument
H A DIOFWUserPseudoAddressSpace.cpp414 IOFWUserPseudoAddressSpace::completeInit( IOFireWireUserClient* userclient, AddressSpaceCreateParams* params ) argument
423 fUserClient = userclient ;
479 userclient->getOwningTask() ) ;
538 IOFireWireUserClient* userclient,
541 if ( !IOFWPseudoAddressSpace::initAll( userclient->getOwner()->getController(), & fAddress, params->size, NULL, NULL, this ))
547 bool result = completeInit( userclient, params ) ;
554 IOFireWireUserClient* userclient,
557 IOFWAddressSpace* addrSpace = userclient->getOwner()->getController()->getAddressSpace( FWAddress( kCSRRegisterSpaceBaseAddressHi, params->addressLo ) ) ;
564 if ( !IOFWPseudoAddressSpace::initFixed( userclient->getOwner()->getController(), fAddress, params->size, NULL, NULL, this ))
574 return completeInit( userclient, param
537 initPseudo( IOFireWireUserClient* userclient, IOFireWireLib::AddressSpaceCreateParams* params) argument
553 initFixed( IOFireWireUserClient* userclient, IOFireWireLib::AddressSpaceCreateParams* params ) argument
[all...]
H A DIOFWUserIsochPort.h83 IOFireWireUserClient & userclient,
H A DIOFWUserPseudoAddressSpace.h250 bool completeInit( IOFireWireUserClient* userclient, AddressSpaceCreateParams* params ) ;
251 bool initPseudo( IOFireWireUserClient* userclient, AddressSpaceCreateParams* params ) ;
252 bool initFixed( IOFireWireUserClient* userclient, AddressSpaceCreateParams* params ) ;
H A DIOFWUserIsochPort.cpp367 IOFireWireUserClient & userclient,
387 fUserClient = & userclient ;
365 initWithUserDCLProgram( AllocateParams * params, IOFireWireUserClient & userclient, IOFireWireController & controller ) argument

Completed in 130 milliseconds

12