Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm481 my $loopcount = 0;
507 } elsif (-M $mby > 60 && $loopcount == 0) {
512 $loopcount++;
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c537 int loopcount = 0; in krb5_get_in_tkt() local
634 if (loopcount++ > MAX_IN_TKT_LOOPS) { in krb5_get_in_tkt()
995 int loopcount; in krb5_get_init_creds() local
1243 for (loopcount = 0; loopcount < MAX_IN_TKT_LOOPS; loopcount++) { in krb5_get_init_creds()
1344 if (loopcount == MAX_IN_TKT_LOOPS) { in krb5_get_init_creds()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dalias.c412 unsigned int loopcount = 0; /* only used for debugging */ local
432 loopcount++;
434 sleeptime, loopcount);
H A Dparseaddr.c1029 int loopcount; local
1083 loopcount = 0;
1106 if (++loopcount > 100)
1304 loopcount = 0;
1323 loopcount = 0;
/onnv-gate/usr/src/uts/common/os/
H A Dtaskq.c1176 int loopcount; in taskq_dispatch() local
1203 loopcount = MIN(taskq_search_depth, bsize); in taskq_dispatch()
1211 loopcount--; in taskq_dispatch()
1218 } while ((tqe == NULL) && (loopcount > 0)); in taskq_dispatch()