Home
last modified time | relevance | path

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) { in getto()
145 if (tries == 0 || ++reread >= TRYCALLS) in getto()
H A Duucp.h174 #define TRYCALLS 2 /* number of tries to dial call */ macro
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c152 while (tries < TRYCALLS) {
154 if (tries == 0 || ++reread >= TRYCALLS)
H A Duucp.h275 #define TRYCALLS 2 /* number of tries to dial call */ macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h216 #define TRYCALLS 2 /* number of tries to dial call */ macro