Searched refs:attempts (Results 1 - 25 of 30) sorted by relevance

12

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_ldap.c63 * 'attempts' counter, and sleeps for 'timeout' seconds.
69 * The value of 'attempts' upon entry determines action as follows:
71 * < 0 Don't change 'attempts', sleep as indicated, return 1
73 * 0 Don't change 'attempts', only sleep if forceSleep is set,
76 * > 0 Decrement 'attempts', sleep as indicated, return 1
84 if (retry->attempts > 0) {
85 retry->attempts -= 1;
86 } else if (retry->attempts == 0 && !forceSleep) {
H A Dnisdb_ldap.h124 /* Keep track of desired number of attempts and timeout */
126 int attempts; member in struct:__anon2008
H A Dnis_parse_ldap_attr.c579 if (config_info->threadCreationErrorTimeout.attempts ==
584 threadCreationErrorTimeout.attempts
616 if (config_info->dumpErrorTimeout.attempts ==
621 dumpErrorTimeout.attempts = i;
718 if (table_info->retrieveErrorRetry.attempts ==
723 retrieveErrorRetry.attempts = i;
754 if (table_info->storeErrorRetry.attempts ==
758 table_info->storeErrorRetry.attempts =
800 if (table_info->refreshErrorRetry.attempts ==
804 table_info->refreshErrorRetry.attempts
[all...]
H A Ddb_table.cc241 m->retrieveErrorRetry.attempts =
242 ldapDBTableMapping.retrieveErrorRetry.attempts;
246 m->storeErrorRetry.attempts =
247 ldapDBTableMapping.storeErrorRetry.attempts;
252 m->refreshErrorRetry.attempts =
253 ldapDBTableMapping.refreshErrorRetry.attempts;
H A Dnis_parse_ldap_util.c126 config_info->threadCreationErrorTimeout.attempts = NO_VALUE_SET;
129 config_info->dumpErrorTimeout.attempts = NO_VALUE_SET;
139 table_info->retrieveErrorRetry.attempts = NO_VALUE_SET;
142 table_info->storeErrorRetry.attempts = NO_VALUE_SET;
145 table_info->refreshErrorRetry.attempts = NO_VALUE_SET;
1004 if (config_info->threadCreationErrorTimeout.attempts == NO_VALUE_SET)
1005 config_info->threadCreationErrorTimeout.attempts =
1014 if (config_info->dumpErrorTimeout.attempts == NO_VALUE_SET)
1015 config_info->dumpErrorTimeout.attempts =
1041 if (table_info->retrieveErrorRetry.attempts
[all...]
H A Dnis_parse_ldap_conf.c1100 if (table_info->retrieveErrorRetry.attempts == NO_VALUE_SET)
1108 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET)
1116 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET)
1144 if (nis_config->threadCreationErrorTimeout.attempts == NO_VALUE_SET)
1151 if (nis_config->dumpErrorTimeout.attempts == NO_VALUE_SET)
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c71 static int attempts; /* per-host attempts to deliver */ variable
77 /* semi-exponential timeout back off; x .. attempts, y .. timeout */
667 current_host->host->h_name, attempts + 1, retries));
676 attempts = 0;
687 attempts++;
707 ntohs(current_host->port), rsn_msg, attempts + 1) == -1) {
714 attempts + 1);
718 if (attempts < retries) {
720 timeout = BOFF_TIMEOUT(attempts, timeou
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s54 ! If it is not, it attempts to align it and then checks the
H A Dstrcpy.s55 ! if it is not aligned, attempts to copy bytes until it is.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.t185 my $attempts = 3;
188 } while (time < $until && --$attempts > 0);
189 if ($attempts == 0) {
H A Dbase.pm188 If any of the listed modules are not loaded yet, I<base> silently attempts to
H A DPerlIO.pm53 The perl code in PerlIO.pm then attempts to locate a layer by doing
80 and in general attempts to minimize data copying.
89 one of its kind: it silently ignores attempts to be pushed into the
H A DDB.pm645 This module attempts to be squeaky clean w.r.t C<use strict;> and when
H A DExporter.pm340 If a module attempts to import any of these symbols the Exporter
/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp.c194 int attempts = 0; local
204 for (attempts = 0; attempts < MAX_ALLOWED_DOOR_RETRY; attempts++) {
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c108 * Also handles retry attempts, on failure, and interpretation of
143 /* Loop 'attempts' times of forever if -1 */
144 for (count = retrieveRetry->attempts; (0 <= count) ||
145 (-1 == retrieveRetry->attempts); count --) {
162 if (0 != retrieveRetry->attempts)
180 * Also handles retry attempts, on failure, and interpretation of
220 /* Loop 'attempts' times of forever if -1 */
221 for (count = storeRetry->attempts; (0 <= count) ||
222 (-1 == storeRetry->attempts); count --) {
256 if (0 != storeRetry->attempts)
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c172 int f, to_read, total, attempts, br; local
206 total = attempts = 0;
214 attempts++;
217 } while (to_read > 0 && attempts < 3);
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s54 ! If it is not, it attempts to align it and then checks the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm1437 With the "tcp" protocol the ping() method attempts to establish a
1460 If the "external" protocol is specified, the ping() method attempts to
H A DSMTP.pm738 Net::SMTP attempts to DWIM with addresses that are passed. For
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm311 must contain at least two periods to prevent attempts to match
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm17 written by this module attempts to bring some of the newer Perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1646 C<extract_quotelike> attempts to recognize, extract, and segment any
1864 C<extract_codeblock> attempts to recognize and extract a balanced
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm689 the blessed package name), and then re-attempts the lookup. If at that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm577 ${ $options{ErrStr} } = "Have exceeded the maximum number of attempts ("
2032 you have, and attempts to check this can only trigger more race

Completed in 76 milliseconds

12