Searched defs:newVal (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAddressSpace.cpp362 doLock(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 inLen, const UInt32 *newVal, UInt32 &outLen, UInt32 *oldVal, UInt32 type, IOFWRequestRefCon refcon) argument
H A DIOFWCompareAndSwapCommand.cpp327 void IOFWCompareAndSwapCommand::setInputVals( const UInt32 * cmpVal, const UInt32 * newVal, int size ) argument
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
H A DIOFWIsochChannel.cpp755 UInt32 newVal = OSSwapHostToBigInt32(old_bandwidth - bandwidth); local
815 UInt32 newVal ; local
1053 UInt32 newVal = 0; local
1128 UInt32 newVal local
1288 UInt32 newVal = OSSwapHostToBigInt32( old_bandwidth + fBandwidth ); local
1351 UInt32 newVal = OSSwapHostToBigInt32( old_channels_avail | mask ); local
[all...]
H A DIOFWUserPseudoAddressSpace.cpp577 doLock(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 inLen, const UInt32 *newVal, UInt32 &outLen, UInt32 *oldVal, UInt32 type, IOFWRequestRefCon refcon) argument
H A DIOFireWireUserClient.cpp3829 createCompareAndSwapCommand( UInt32 generation, FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon ) const argument
H A DIOFireWireController.cpp6259 UInt32 expectedOldVal, newVal; local
6360 UInt32 expectedOldVal, newVal; local
5903 doLockSpace(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 inLen, const UInt32 *newVal, UInt32 &outLen, UInt32 *oldVal, UInt32 type, IOFWRequestRefCon refcon) argument
6465 UInt32 expectedOldVal, newVal; local
6579 UInt32 expectedOldVal, newVal; local
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DHashCountedSet.h174 unsigned newVal = oldVal - 1; local
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp254 IOReturn IOFireWirePCRSpace::updatePlug(UInt32 plug, UInt32 oldVal, UInt32 newVal) argument
299 IOReturn IOFireWirePCRSpace::updateInputPlug(UInt32 plug, UInt32 oldVal, UInt32 newVal) argument
332 updateOutputPlug(UInt32 plug, UInt32 oldVal, UInt32 newVal) argument
347 updateOutputMasterPlug(UInt32 oldVal, UInt32 newVal) argument
362 updateInputMasterPlug(UInt32 oldVal, UInt32 newVal) argument
[all...]
H A DIOFireWireAVCProtocolUserClient.cpp182 void IOFireWireAVCProtocolUserClient::forwardPlugWrite(void *refcon, UInt16 nodeID, UInt32 plug, UInt32 oldVal, UInt32 newVal) argument
633 IOReturn IOFireWireAVCProtocolUserClient::updateInputPlug(UInt32 plug, UInt32 oldVal, UInt32 newVal) argument
654 IOReturn IOFireWireAVCProtocolUserClient::updateOutputPlug(UInt32 plug, UInt32 oldVal, UInt32 newVal) argument
672 IOReturn IOFireWireAVCProtocolUserClient::updateOutputMasterPlug(UInt32 oldVal, UInt32 newVal) argument
687 IOReturn IOFireWireAVCProtocolUserClient::updateInputMasterPlug(UInt32 oldVal, UInt32 newVal) argument
[all...]
H A DIOFireWireAVCUserClient.cpp605 UInt32 plugVal, newVal; local
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dsmb-configuration.c221 update_pref(SCPreferencesRef prefs, CFStringRef key, CFTypeRef newVal, Boolean *changed) argument
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTextImage.c387 int newVal = 0; local
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtmutfmt.cpp717 MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*)); local
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp819 UInt32 newVal = 0; local
1234 UInt32 newVal = 0; local
1532 IOReturn IOFireWireAVCLibConsumer::updateProducerRegister( UInt32 newVal, UInt32 generation ) argument
1842 UInt32 newVal = 0; local
1878 UInt32 newVal = 0; local
1945 UInt32 newVal = 0; local
2017 UInt32 newVal = oAPR( mode, me->fSegmentSize, flags, me->fMaxPayloadLog ); local
[all...]
H A DIOFireWireAVCLibProtocol.c666 static IOReturn updateInputPlug( void *self, UInt32 plug, UInt32 oldVal, UInt32 newVal) argument
754 static IOReturn updateOutputPlug( void *self, UInt32 plug, UInt32 oldVal, UInt32 newVal) argument
795 static IOReturn updateOutputMasterPlug( void *self, UInt32 oldVal, UInt32 newVal) argument
835 static IOReturn updateInputMasterPlug( void *self, UInt32 oldVal, UInt32 newVal) argument
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.cpp1391 CompareSwapCmd::CompareSwapCmd( Device& userclient, io_object_t device, const FWAddress& addr, UInt64 cmpVal, UInt64 newVal, argument
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 DIOFireWireLibDevice.cpp962 Device::CreateCompareSwapCommand( io_object_t device, const FWAddress & addr, UInt64 cmpVal, UInt64 newVal, argument
741 CompareSwap( io_object_t device, const FWAddress & addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) argument
796 CompareSwap64( io_object_t device, const FWAddress & addr, UInt32* expectedVal, UInt32* newVal, UInt32* oldVal, IOByteCount size, Boolean failOnReset, UInt32 generation) argument
2194 SCompareSwap(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) argument
2203 SCompareSwap64( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32* expectedVal, UInt32* newVal, UInt32* oldVal, IOByteCount size, 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...]
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVLib.c434 UInt32 oldVal, newVal; local
426 handlePCRLock(void *refcon, UInt32 generation, UInt16 nodeID, UInt32 plug, UInt32 oldVal, UInt32 newVal) argument
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c3211 uint64_t newVal; local
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c112928 unsigned int newVal = va_arg(ap, unsigned int); local
[all...]

Completed in 519 milliseconds