Home
last modified time | relevance | path

Searched refs:loopcount (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c545 int loopcount = 0; in krb5_get_in_tkt() local
642 if (loopcount++ > MAX_IN_TKT_LOOPS) { in krb5_get_in_tkt()
1003 int loopcount; in krb5_get_init_creds() local
1251 for (loopcount = 0; loopcount < MAX_IN_TKT_LOOPS; loopcount++) { in krb5_get_init_creds()
1356 if (loopcount == MAX_IN_TKT_LOOPS) { in krb5_get_init_creds()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c410 unsigned int loopcount = 0; /* only used for debugging */ local
430 loopcount++;
432 sleeptime, loopcount);
H A Dparseaddr.c1027 int loopcount; local
1081 loopcount = 0;
1104 if (++loopcount > 100)
1302 loopcount = 0;
1321 loopcount = 0;
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c1203 int loopcount; in taskq_dispatch() local
1230 loopcount = MIN(taskq_search_depth, bsize); in taskq_dispatch()
1238 loopcount--; in taskq_dispatch()
1245 } while ((tqe == NULL) && (loopcount > 0)); in taskq_dispatch()