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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnbns_rq.c586 int error, tries, maxretry; local
592 maxretry = rqp->nr_maxretry;
593 for (tries = 0; tries < maxretry; tries++) {
664 if (tries == maxretry)

Completed in 45 milliseconds