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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nbns_rq.c591 int error, tries, maxretry; local
597 maxretry = rqp->nr_maxretry;
598 for (tries = 0; tries < maxretry; tries++) {
669 if (tries == maxretry)

Completed in 771 milliseconds