Searched refs:IOFireWireLibCommandCallback (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibVectorCommand.h43 IOFireWireLibCommandCallback mCallback;
57 IOFireWireLibCommandCallback callback,
63 IOFireWireLibCommandCallback callback,
75 static IOReturn SSubmitWithRefconAndCallback( IOFireWireLibVectorCommandRef self, void* refCon, IOFireWireLibCommandCallback inCallback );
79 static void SSetCallback( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandCallback inCallback );
H A DIOFireWireLibDevice.h226 IOFireWireLibCommandCallback callback,
236 IOFireWireLibCommandCallback callback,
242 IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation,
245 UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset,
248 unsigned int quads, IOFireWireLibCommandCallback callback, Boolean failOnReset,
388 IOFireWireLibVectorCommandRef CreateVectorCommand( IOFireWireLibCommandCallback callback, void* inRefCon, REFIID iid );
411 IOFireWireLibCommandCallback callback,
424 IOFireWireLibCommandCallback callback,
571 IOFireWireLibCommandCallback callback,
583 IOFireWireLibCommandCallback callbac
[all...]
H A DIOFireWireLib.h663 /*! @typedef IOFireWireLibCommandCallback
667 typedef void (*IOFireWireLibCommandCallback)( typedef
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) ;
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) ;
1082 IOFireWireLibCommandRef (*CreateWriteCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1103 IOFireWireLibCommandRef (*CreateWriteQuadletCommand)(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1123 IOFireWireLibCommandRef (*CreateCompareSwapCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32 cmpVal, UInt32 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1583 UInt64 cmpVal, UInt64 newVal, IOFireWireLibCommandCallback callback,
1746 IOFireWireLibVectorCommandRef (*CreateVectorCommand)( IOFireWireLibDeviceRef self, IOFireWireLibCommandCallback callback, void* inRefCon, REFIID iid) ;
1887 IOFireWireLibCommandCallback callbac
[all...]
H A DIOFireWireLibVectorCommand.cpp73 IOFireWireLibCommandCallback callback,
88 IOFireWireLibCommandCallback inCallback, void* inRefCon )
410 IOReturn VectorCommand::SSubmitWithRefconAndCallback( IOFireWireLibVectorCommandRef self, void* refCon, IOFireWireLibCommandCallback inCallback )
480 void VectorCommand::SSetCallback( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandCallback inCallback )
H A DIOFireWireLibDevice.cpp880 IOFireWireLibCommandCallback callback,
904 IOFireWireLibCommandCallback callback,
923 IOFireWireLibCommandCallback callback,
948 IOFireWireLibCommandCallback callback,
963 unsigned int quads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation,
1640 IOFireWireLibCommandCallback callback,
1660 IOFireWireLibCommandCallback callback,
1851 IOFireWireLibCommandCallback callback,
2216 UInt64 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon,
2260 IOFireWireLibCommandCallback callbac
[all...]
H A DIOFireWireLibCommand.h40 typedef ::IOFireWireLibCommandCallback CommandCallback ;

Completed in 90 milliseconds