Searched refs:IOFireWireLibCommandRef (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.h83 static IOReturn SGetStatus( IOFireWireLibCommandRef self) ;
84 static UInt32 SGetTransferredBytes( IOFireWireLibCommandRef self) ;
85 static void SGetTargetAddress( IOFireWireLibCommandRef self, FWAddress* outAddr ) ;
88 static void SSetTarget ( IOFireWireLibCommandRef self, const FWAddress * addr ) ;
89 static void SSetGeneration ( IOFireWireLibCommandRef self, UInt32 generation ) ;
90 static void SSetCallback ( IOFireWireLibCommandRef self, CommandCallback callback ) ;
91 static void SSetRefCon ( IOFireWireLibCommandRef self, void * refCon ) ;
93 static const Boolean SIsExecuting ( IOFireWireLibCommandRef self ) ;
94 static IOReturn SSubmit ( IOFireWireLibCommandRef self ) ;
95 static IOReturn SSubmitWithRefconAndCallback ( IOFireWireLibCommandRef sel
[all...]
H A DIOFireWireLibVectorCommand.h101 static void SAddCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command );
103 static void SRemoveCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command );
105 static void SInsertCommandAtIndex( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command, UInt32 index );
107 static IOFireWireLibCommandRef SGetCommandAtIndex( IOFireWireLibVectorCommandRef self, UInt32 index );
109 static UInt32 SGetIndexOfCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command );
H A DIOFireWireLibVectorCommand.cpp337 IOFireWireLibCommandRef command = (IOFireWireLibCommandRef)CFArrayGetValueAtIndex( mCommandArray, index );
376 IOFireWireLibCommandRef command = (IOFireWireLibCommandRef)CFArrayGetValueAtIndex( mCommandArray, index );
392 IOFireWireLibCommandRef command = (IOFireWireLibCommandRef)CFArrayGetValueAtIndex( mCommandArray, index );
530 void VectorCommand::SAddCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command )
541 void VectorCommand::SRemoveCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command )
565 void VectorCommand::SInsertCommandAtIndex( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command, UInt32 index )
576 IOFireWireLibCommandRef VectorComman
[all...]
H A DIOFireWireLib.h43 IOFireWireLibCommandRef to refer to instances of IOFireWireCommandInterface, and so on.
556 typedef struct IOFireWireCommandInterface_t** IOFireWireLibCommandRef ; typedef in typeref:struct:IOFireWireCommandInterface_t
1042 @result An IOFireWireLibCommandRef interface. See IOFireWireLibCommandRef.
1044 IOFireWireLibCommandRef (*CreateReadCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1062 @result An IOFireWireLibCommandRef interface. See IOFireWireLibCommandRef.*/
1063 IOFireWireLibCommandRef (*CreateReadQuadletCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1081 @result An IOFireWireLibCommandRef interface. See IOFireWireLibCommandRef
[all...]
H A DIOFireWireLibDevice.h221 IOFireWireLibCommandRef CreateReadCommand(
231 IOFireWireLibCommandRef CreateReadQuadletCommand(
241 IOFireWireLibCommandRef CreateWriteCommand( io_object_t device, const FWAddress& addr, void* buf, UInt32 size,
244 IOFireWireLibCommandRef CreateWriteQuadletCommand( io_object_t device, const FWAddress& addr, UInt32 quads[],
247 IOFireWireLibCommandRef CreateCompareSwapCommand( io_object_t device, const FWAddress& addr, UInt64 cmpVal, UInt64 newVal,
409 IOFireWireLibCommandRef CreatePHYCommand( UInt32 data1,
419 IOFireWireLibCommandRef CreateAsyncStreamCommand( UInt32 channel,
564 static IOFireWireLibCommandRef
576 static IOFireWireLibCommandRef
588 static IOFireWireLibCommandRef
[all...]
H A DIOFireWireLibCommand.cpp679 IOFireWireLibCommandRef self)
686 IOFireWireLibCommandRef self)
693 IOFireWireLibCommandRef self,
702 IOFireWireLibCommandRef self,
710 IOFireWireLibCommandRef self,
718 IOFireWireLibCommandRef self,
726 IOFireWireLibCommandRef self,
734 IOFireWireLibCommandRef self )
741 IOFireWireLibCommandRef self)
748 IOFireWireLibCommandRef sel
[all...]
H A DIOFireWireLibDevice.cpp874 IOFireWireLibCommandRef
886 IOFireWireLibCommandRef result = 0 ;
898 IOFireWireLibCommandRef
910 IOFireWireLibCommandRef result = 0 ;
917 IOFireWireLibCommandRef
929 IOFireWireLibCommandRef result = 0 ;
942 IOFireWireLibCommandRef
954 IOFireWireLibCommandRef result = 0 ;
961 IOFireWireLibCommandRef
966 IOFireWireLibCommandRef resul
[all...]

Completed in 137 milliseconds