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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c412 unsigned int loopcount = 0; /* only used for debugging */ local
432 loopcount++;
433 sm_dprintf("aliaswait: sleeping for %u seconds (loopcount = %u)\n",
434 sleeptime, loopcount);
H A Dparseaddr.c1029 int loopcount; local
1083 loopcount = 0;
1106 if (++loopcount > 100)
1304 loopcount = 0;
1323 loopcount = 0;
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c1193 int loopcount; local
1220 loopcount = MIN(taskq_search_depth, bsize);
1222 * If bucket dispatch failed, search loopcount number of buckets
1228 loopcount--;
1235 } while ((tqe == NULL) && (loopcount > 0));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c545 int loopcount = 0; local
642 if (loopcount++ > MAX_IN_TKT_LOOPS) {
1003 int loopcount; local
1251 for (loopcount = 0; loopcount < MAX_IN_TKT_LOOPS; loopcount++) {
1352 if (loopcount == MAX_IN_TKT_LOOPS) {

Completed in 504 milliseconds