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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsmp.c383 int instance, retrycount; local
467 for (retrycount = 0; retrycount <= smp_retry_times; retrycount++) {
486 (retrycount < smp_retry_times) ? 1 : 0;
502 if (retrycount)
510 if (retrycount < smp_retry_times) {

Completed in 58 milliseconds