Searched defs:retries (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sun_i2c.h51 int retries; member in struct:i2c_adapter
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsconndi.c96 #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 DdpsXclient.c270 int retries = 0; local
306 if (retries > backoff)
311 retries = 0;
316 ++retries;
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c999 int ret, retries = 5; local
1038 } while (ret != xfers && --retries);

Completed in 19 milliseconds