Searched refs:cmpVal (Results 1 - 12 of 12) sorted by path

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWCommand.h726 // Compare to cmpVal, and if equal replace with newVal.
730 const UInt32 *cmpVal, const UInt32 *newVal, int size,
734 const UInt32 *cmpVal, const UInt32 *newVal, int size,
737 virtual IOReturn reinit(FWAddress devAddress, const UInt32 *cmpVal, const UInt32 *newVal, int size,
740 const UInt32 *cmpVal, const UInt32 *newVal, int size,
754 void setInputVals( const UInt32 * cmpVal, const UInt32 * newVal, int size );
H A DIOFWCompareAndSwapCommand.cpp75 const UInt32 * cmpVal,
100 setInputVals( cmpVal, newVal, size );
118 const UInt32 * cmpVal,
141 setInputVals( cmpVal, newVal, size );
280 const UInt32 * cmpVal,
293 setInputVals( cmpVal, newVal, size );
305 const UInt32 * cmpVal,
317 setInputVals( cmpVal, newVal, size );
327 void IOFWCompareAndSwapCommand::setInputVals( const UInt32 * cmpVal, const UInt32 * newVal, int size ) argument
333 fInputVals[i] = cmpVal[
73 initAll( IOFireWireNub * device, FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon, bool failOnReset ) argument
115 initAll( IOFireWireController * control, UInt32 generation, FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon ) argument
279 reinit( FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon, bool failOnReset ) argument
303 reinit( UInt32 generation, FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon ) argument
[all...]
H A DIOFireWireNub.cpp459 IOFireWireNub::createCompareAndSwapCommand(FWAddress devAddress, const UInt32 *cmpVal, const UInt32 *newVal, argument
466 if(!cmd->initAll(this, devAddress, cmpVal, newVal, size, completion, refcon, failOnReset))
H A DIOFireWireNub.h217 const UInt32 *cmpVal, const UInt32 *newVal, int size,
H A DIOFireWireUserClient.cpp1967 cmd = this->createCompareAndSwapCommand( params->generation, params->addr, (UInt32*)& params->cmpVal,
1972 if ( (cmd = getOwner ()->createCompareAndSwapCommand( params->addr, (UInt32*)& params->cmpVal, (UInt32*)& params->swapVal,
3832 const UInt32 * cmpVal,
3839 if ( result && !result->initAll( getOwner ()->getController(), generation, devAddress, cmpVal, newVal, size, completion, refcon ) )
3829 createCompareAndSwapCommand( UInt32 generation, FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon ) const argument
H A DIOFireWireUserClient.h628 const UInt32 * cmpVal,
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h1012 @param cmpVal The check/compare value
1021 IOReturn (*CompareSwap)(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) ;
1114 @param cmpVal 32-bit value expected at target address
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) ;
1573 @param cmpVal 64-bit value expected at target address
1583 UInt64 cmpVal, UInt64 newVal, IOFireWireLibCommandCallback callback,
3265 @param cmpVal The value expected at the address targeted by this command object
3267 void (*SetValues)(IOFireWireLibCompareSwapCommandRef self, UInt32 cmpVal, UInt32 newVal) ;
3277 @param cmpVal The value expected at the address targeted by this command object
3279 void (*SetValues64)(IOFireWireLibCompareSwapCommandRef self, UInt64 cmpVal, UInt6
[all...]
H A DIOFireWireLibCommand.cpp1391 CompareSwapCmd::CompareSwapCmd( Device& userclient, io_object_t device, const FWAddress& addr, UInt64 cmpVal, UInt64 newVal, argument
1407 ((UInt32*)(mParams+1))[0] = cmpVal ;
1412 ((UInt64*)(mParams+1))[0] = cmpVal ;
1429 UInt64 cmpVal,
1437 CompareSwapCmd* me = new CompareSwapCmd( userclient, device, addr, cmpVal, newVal, quads,
1496 UInt32 cmpVal,
1500 ((UInt32*)(mParams+1))[0] = cmpVal ;
1507 UInt64 cmpVal,
1511 ((UInt64*)(mParams+1))[0] = cmpVal ;
1588 UInt32 cmpVal,
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
1495 SetValues( UInt32 cmpVal, UInt32 newVal) argument
1506 SetValues( UInt64 cmpVal, UInt64 newVal) argument
1586 SSetValues( CmdRef self, UInt32 cmpVal, UInt32 newVal) argument
1595 SSetValues64( CmdRef self, UInt64 cmpVal, UInt64 newVal) argument
[all...]
H A DIOFireWireLibCommand.h363 UInt64 cmpVal,
375 void SetValues( UInt32 cmpVal, UInt32 newVal) ;
381 void SetValues( UInt64 cmpVal, UInt64 newVal) ;
394 UInt64 cmpVal,
403 UInt32 cmpVal,
407 UInt64 cmpVal,
H A DIOFireWireLibDevice.cpp744 UInt32 cmpVal,
758 *(UInt32*)&params.cmpVal = cmpVal ;
771 // params.cmpVal = params.cmpVal; // data
789 if ( cmpVal != result)
817 *(UInt32*)&params.cmpVal = expectedVal[0] ;
822 params.cmpVal = *(UInt64*)expectedVal ;
837 // params.cmpVal = params.cmpVal; // dat
741 CompareSwap( io_object_t device, const FWAddress & addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) argument
962 CreateCompareSwapCommand( io_object_t device, const FWAddress & addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2194 SCompareSwap(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) argument
2215 SCreateCompareSwapCommand64(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt64 cmpVal, UInt64 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
2294 SCreateCompareSwapCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
[all...]
H A DIOFireWireLibDevice.h205 UInt32 cmpVal,
247 IOFireWireLibCommandRef CreateCompareSwapCommand( io_object_t device, const FWAddress& addr, UInt64 cmpVal, UInt64 newVal,
554 UInt32 cmpVal,
617 UInt32 cmpVal,
626 UInt64 cmpVal, UInt64 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset,
H A DIOFireWireLibPriv.h291 UInt64 cmpVal ; member in struct:IOFireWireLib::CompareSwapParams

Completed in 307 milliseconds