Home
last modified time | relevance | path

Searched refs:retryCount (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c109 int retryCount = 0; in ossl_pool_acquire_entropy() local
114 while ((result != OK) && (retryCount < 10)) { in ossl_pool_acquire_entropy()
135 retryCount++; in ossl_pool_acquire_entropy()
/src/sys/dev/aq/
H A Daq_fw1x.c171 const int retryCount = 1000; in fw1x_reset() local
173 for (int i = 0; i < retryCount; ++i) { in fw1x_reset()
/src/sys/dev/hptmv/
H A Dglobal.h84 UCHAR retryCount; member
/src/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h78 U08 retryCount; member
H A Dagtiapi.c3110 AGTIAPI_IO( "agtiapi_StartIO: ccb %p retry %d\n", pccb, pccb->retryCount ); in agtiapi_StartIO()
3313 pccb, pccb->retryCount ); in agtiapi_StartSMP()
4208 pccb->retryCount++; in agtiapi_Retry()
4216 pccb->retryCount, pccb->flags ); in agtiapi_Retry()
4554 pccb->retryCount = 0; in agtiapi_FreeCCB()
4687 pccb->retryCount = 0; in agtiapi_FreeSMPCCB()
4724 pccb->retryCount = 0; in agtiapi_FreeTMCCB()
5056 if (&pccb->retryCount & 0x63) in agtiapi_PrepCCBs()
5057 AGTIAPI_PRINTK("retry cnt addr = %p\n", &pccb->retryCount); in agtiapi_PrepCCBs()
/src/contrib/sqlite3/
H A Dsqlite3.c88927 int retryCount = 0; local
88937 if( retryCount ){
88938 if( retryCount>100 ){
88942 }else if( retryCount==1 ){
88946 retryCount++;