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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireNub.h216 virtual IOFWCompareAndSwapCommand *createCompareAndSwapCommand(FWAddress devAddress,
H A DIOFireWireNub.cpp454 // createCompareAndSwapCommand
459 IOFireWireNub::createCompareAndSwapCommand(FWAddress devAddress, const UInt32 *cmpVal, const UInt32 *newVal, function in class:IOFireWireNub
H A DIOFWUserCommand.cpp854 fCommand = fUserClient->createCompareAndSwapCommand( params->newGeneration,
863 fCommand = fUserClient->getOwner()->createCompareAndSwapCommand( target_address,
H A DIOFireWireUserClient.h625 IOFWCompareAndSwapCommand* createCompareAndSwapCommand(
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,
3829 IOFireWireUserClient::createCompareAndSwapCommand( function in class:IOFireWireUserClient
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUserClient.cpp665 lockCmd = device->createCompareAndSwapCommand(plugAddr, &plugVal, &newVal, 1);

Completed in 157 milliseconds