Searched refs:retries (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_sun_i2c.h | 51 int retries; member in struct:i2c_adapter
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | csconndi.c | 96 #ifndef X_CONNECTION_RETRIES /* number retries on ECONNREFUSED */ 316 * non-local connections. Do retries in case server host has hit its 421 static int MakeDECnetConnection (phostname, iagent, retries, 425 int retries; 445 * do some retries here.... 494 int retries, 525 if (olderrno != ENOENT || retries <= 0) { 533 } while (retries-- > 0); 547 int retries, 649 if (olderrno != ECONNREFUSED || retries < 491 MakeUNIXSocketConnection( char *phostname, int iagent, int retries, int *familyp, int *saddrlenp, char **saddrp) argument 544 MakeTCPConnection( char *phostname, int iagent, int retries, int *familyp, int *saddrlenp, char **saddrp) argument [all...] |
H A D | dpsXclient.c | 270 int retries = 0; local 306 if (retries > backoff) 311 retries = 0; 316 ++retries;
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_dp_i2c_helper.c | 192 adapter->retries = 3;
|
H A D | drm_sun_i2c.c | 463 adap->retries = 3; 476 for (i = 0; i <= adap->retries; i++) {
|
H A D | drm_edid.c | 999 int ret, retries = 5; local 1038 } while (ret != xfers && --retries);
|
Completed in 33 milliseconds