Searched refs:Retrytime (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucico.c | 412 Retrytime); 433 systat(Rmtname, SS_CALLBACK_LOOP, "CALL BACK - LOOP", Retrytime); 435 systat(Rmtname, SS_CALLBACK, "CALL BACK", Retrytime); 461 systat(Rmtname, SS_SEQBAD, UERRORTEXT, Retrytime); 558 systat(Rmtname, Uerror, UERRORTEXT, Retrytime); 578 UERRORTEXT, Retrytime); 607 Retrytime); 654 systat(Rmtname, Uerror, UERRORTEXT, Retrytime); 718 systat(Rmtname, Uerror, UERRORTEXT, Retrytime); 724 systat(Rmtname, SS_INPROGRESS, UTEXT(SS_INPROGRESS),Retrytime); [all …]
|
H A D | conn.c | 1096 if (sscanf(r+1, "%ld", &Retrytime) < 1) 1097 Retrytime = 5; /* 5 minutes is error default */ 1098 DEBUG(5, "Retry time set to %d minutes\n", Retrytime); 1099 Retrytime *= 60; /* convert to seconds */ 1103 Retrytime = 0; /* use exponential backoff */
|
H A D | uucpdefs.c | 65 GLOBAL long Retrytime = 0; /* default is to use exponential backoff */ variable
|
H A D | utility.c | 91 systat(Rmtname, SS_ASSERT_ERROR, text, Retrytime); in logError()
|
H A D | uucp.h | 512 EXTERN long Retrytime; variable
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | uucpdefs.c | 47 static long Retrytime; variable
|
H A D | conn.c | 848 if (sscanf(p+1, "%ld", &Retrytime) < 1) in ifdate() 849 Retrytime = 5; /* 5 minutes is error default */ in ifdate() 850 Retrytime *= 60; in ifdate()
|
H A D | uucp.h | 399 static long Retrytime; variable
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | uucp.h | 448 EXTERN long Retrytime; variable
|