• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/

Lines Matching defs:self

176 HRESULT IOFireWireSBP2LibORB::staticQueryInterface( void * self, REFIID iid, void **ppv )
178 return getThis(self)->queryInterface( iid, ppv );
206 UInt32 IOFireWireSBP2LibORB::staticAddRef( void * self )
208 return getThis(self)->addRef();
221 UInt32 IOFireWireSBP2LibORB::staticRelease( void * self )
223 return getThis(self)->release();
253 void IOFireWireSBP2LibORB::staticSetRefCon( void * self, void * refCon )
255 getThis(self)->setRefCon( refCon );
279 void * IOFireWireSBP2LibORB::staticGetRefCon( void * self )
281 return getThis(self)->getRefCon();
293 void IOFireWireSBP2LibORB::staticSetCommandFlags( void * self, UInt32 flags )
295 getThis(self)->setCommandFlags( flags );
318 void IOFireWireSBP2LibORB::staticSetMaxORBPayloadSize( void * self, UInt32 size )
320 getThis(self)->setMaxORBPayloadSize( size );
342 void IOFireWireSBP2LibORB::staticSetCommandTimeout( void * self, UInt32 timeout )
344 getThis(self)->setCommandTimeout( timeout );
366 void IOFireWireSBP2LibORB::staticSetCommandGeneration( void * self, UInt32 generation )
368 getThis(self)->setCommandGeneration( generation );
390 void IOFireWireSBP2LibORB::staticSetToDummy( void * self )
392 getThis(self)->setToDummy();
411 IOReturn IOFireWireSBP2LibORB::staticSetCommandBuffersAsRanges( void * self,
416 return getThis(self)->setCommandBuffersAsRanges( ranges, withCount, withDirection,
493 IOReturn IOFireWireSBP2LibORB::staticReleaseCommandBuffers( void * self )
495 return getThis(self)->releaseCommandBuffers();
515 IOReturn IOFireWireSBP2LibORB::staticSetCommandBlock( void * self, void * buffer,
518 return getThis(self)->setCommandBlock( buffer, length );
564 ( void * self, FWSBP2VirtualRange * ranges, UInt32 withCount,
567 return getThis( self )->LSIWorkaroundSetCommandBuffersAsRanges( ranges, withCount, withDirection,
642 IOReturn IOFireWireSBP2LibORB::staticLSIWorkaroundSyncBuffersForOutput( void * self )
644 return getThis( self )->LSIWorkaroundSyncBuffersForOutput();
664 IOReturn IOFireWireSBP2LibORB::staticLSIWorkaroundSyncBuffersForInput( void * self )
666 return getThis( self )->LSIWorkaroundSyncBuffersForInput();