Searched refs:retryCount (Results 1 - 14 of 14) sorted by path

/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS94285 UInt32 retryCount;
4303 retryCount = 10;
4306 retryCount--;
4315 while (err && retryCount);
4344 UInt32 retryCount;
4364 retryCount = 10;
4367 retryCount--;
4389 while (err && retryCount);
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserCommand.cpp406 fCommand->setRetries( params->retryCount );
621 fCommand->setRetries( params->retryCount );
726 fPHYCommand->setRetries( params->retryCount );
905 fCommand->setRetries( params->retryCount );
H A DIOFireWireController.cpp4224 UInt8 retryCount = 5; local
4253 if( retryCount == 0 )
4256 retryCount--;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.cpp360 create_params.retryCount = OSSwapInt32( create_params.retryCount );
412 submit_params->retryCount = OSSwapInt32( submit_params->retryCount );
476 submit_params->retryCount = OSSwapInt32( submit_params->retryCount );
634 mParams->retryCount = count;
H A DIOFireWireLibPriv.h316 UInt32 retryCount; member in struct:IOFireWireLib::CommandSubmitParams
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Login.cpp1123 void IOFireWireSBP2Login::setLoginRetryCountAndDelayTime( UInt32 retryCount, UInt32 uSecs ) argument
1125 fLoginRetryMax = retryCount;
H A DIOFireWireSBP2Login.h1028 @param retryCount number of times to retry logins
1032 virtual void setLoginRetryCountAndDelayTime( UInt32 retryCount, UInt32 uSecs );
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkStats.h67 @field retryCount number of retries.
76 UInt32 retryCount; member in struct:__anon2350
H A DIOOutputQueue.cpp516 _stats->retryCount++;
717 return _stats->retryCount;
950 self->_stats->retryCount++;
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp1294 UInt8 retryCount = task->fTaskRetryCount; local
1309 ( retryCount < kMaxTaskRetryCount ) )
1421 ( retryCount >= kMaxTaskRetryCount ) )
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c383 static int SecDbHandleBusy(void *ctx, int retryCount) { argument
386 while (retryCount--) {
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c383 static int SecDbHandleBusy(void *ctx, int retryCount) { argument
386 while (retryCount--) {
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dagentquery.cpp769 int retryCount = 0; local
821 AuthItemRef triesHint(AGENT_HINT_TRIES, AuthValueOverlay(sizeof(retryCount), &retryCount));
824 if (retryCount++ > kMaximumAuthorizationTries)
835 if (retryCount > kMaximumAuthorizationTries)
919 int retryCount = 0; local
942 AuthItemRef triesHint(AGENT_HINT_TRIES, AuthValueOverlay(sizeof(retryCount), &retryCount));
945 ++retryCount;
947 if (retryCount > maxTrie
1025 int retryCount = 0; local
1086 int retryCount = 0; local
1178 int retryCount = 0; local
1371 int retryCount = 0; local
1467 int retryCount = 0; local
[all...]
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootplookup.c83 int32_t retryCount = 0; local
238 retryCount++;
245 } while (KERN_SUCCESS != kr && retryCount < 10);

Completed in 433 milliseconds