Searched refs:TRYCALLS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c142 while (tries < TRYCALLS) {
145 if (tries == 0 || ++reread >= TRYCALLS)
H A Duucp.h176 #define TRYCALLS 2 /* number of tries to dial call */ macro
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h277 #define TRYCALLS 2 /* number of tries to dial call */ macro
H A Dconn.c156 while (tries < TRYCALLS) {
158 if (tries == 0 || ++reread >= TRYCALLS)
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h217 #define TRYCALLS 2 /* number of tries to dial call */ macro

Completed in 54 milliseconds