| /osnet-11/usr/src/lib/libresolv2/common/sunw/ |
| H A D | sunw_mtctxres.c | 84 __res_override_retry(int retry) { argument 85 ___mtctxres()->retry_private = retry; 88 * old retry setting, and restoring it, is handled by __res_retry() 99 * no override retry value is in effect, and the way we expect 110 __res_retry(int retry) { argument 113 mt->retry_save = retry; 114 return ((mt->retry_private != 0) ? mt->retry_private : retry);
|
| /osnet-11/usr/src/lib/libnisdb/ |
| H A D | nis_ldap.c | 79 __nis_retry_sleep(__nisdb_retry_t *retry, int forceSleep) { argument 81 if (retry == NULL) 84 if (retry->attempts > 0) { 85 retry->attempts -= 1; 86 } else if (retry->attempts == 0 && !forceSleep) { 90 (void) poll(NULL, 0, retry->timeout*1000);
|
| /osnet-11/usr/src/lib/libpkg/common/ |
| H A D | pkgmount.c | 150 int retry = 10; local 155 while (n != 0 && retry-- > 0) {
|
| /osnet-11/usr/src/lib/sun_fc/common/ |
| H A D | FCHBA.cc | 332 bool retry = false; local 378 retry = false; 411 retry = true; 414 } while (retry);
|
| H A D | TgtFCHBA.cc | 228 bool retry = false; local 274 retry = false; 307 retry = true; 310 } while (retry);
|
| H A D | FCHBAPort.cc | 437 bool retry = false; local 479 retry = false; 489 retry = true; 492 } while (retry);
|
| /osnet-11/usr/src/lib/libresolv/ |
| H A D | resolv.h | 72 int retry; /* number of times to retransmit */ member in struct:state
|
| /osnet-11/usr/src/lib/libcmd/common/ |
| H A D | rm.c | 80 #define retry(f) ((f)->fts_number=((f)->fts_statp->st_nlink<<1)) macro 225 retry(ent);
|
| /osnet-11/usr/src/lib/nsswitch/dns/common/ |
| H A D | dns_mt.c | 242 * own function to establish an override retry. If we can get a pointer 248 __fallback_override_retry(int retry) { argument 254 old_retry = res->retry; 255 res->retry = retry;
|
| /osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | Transact.java | 623 boolean retry) 664 if (!retry) { 670 // don't retry it. 620 transactMsg(InetAddress addr, SrvLocMsg msg, boolean cacheIt, boolean retry) argument
|
| /osnet-11/usr/src/lib/libipmi/common/ |
| H A D | ipmi_sunoem.c | 259 int c = 0, i = 0, retry = 0; local 297 * retry the call, or try the call with force set to B_TRUE, which will 355 * the spshell to hang. Therefore retry to 358 for (retry = 0; retry < max_retries; retry++) { 379 if (retry == max_retries) { 413 for (retry = 0; retry < max_retries; retry [all...] |
| /osnet-11/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/ |
| H A D | opl_dev_led.c | 98 int retry = 0; local 132 if (++retry > SCFRETRY) { 141 if ((errno != 0) || (retry > SCFRETRY)) {
|
| /osnet-11/usr/src/grub/grub-0.97/netboot/ |
| H A D | fsys_tftp.c | 47 static int retry; variable 93 retry = 0; 114 timeout = rfc2131_sleep_interval(block?TFTP_REXMT: TIMEOUT, retry); 116 timeout = rfc2131_sleep_interval(TIMEOUT, retry); 120 if (!block && retry++ < MAX_TFTP_RETRIES) 128 if (block && ((retry += TFTP_REXMT) < TFTP_TIMEOUT)) 221 retry = 0; /* It's the right place to zero the timer? */ 250 timeout = rfc2131_sleep_interval (block ? TFTP_REXMT : TIMEOUT, retry); 252 timeout = rfc2131_sleep_interval (TIMEOUT, retry); 260 if (! block && retry [all...] |
| /osnet-11/usr/src/lib/libfcoe/common/ |
| H A D | libfcoe.c | 732 int retry = 0; local 748 retry = 0; 772 retry++; 777 retry++; 787 } while (retry <= 3 && status != FCOE_STATUS_OK); 851 int bufsize, retry; local 894 retry = 0; 920 retry = 1; 942 } while (retry == 1);
|
| /osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
| H A D | fast.c | 42 * preauth_required error's padata and retry with FAST. So, this 358 krb5_boolean *retry) 363 *retry = 0; 378 *retry = 0; 416 * to retry the error if a cookie is present 418 *retry = (*out_padata)[1] != NULL; 420 *retry = 0; 426 *retry = (err_reply->e_data.length > 0); 354 krb5int_fast_process_error(krb5_context context, struct krb5int_fast_request_state *state, krb5_error **err_replyptr, krb5_pa_data ***out_padata, krb5_boolean *retry) argument
|
| H A D | get_in_tkt.c | 1835 * retry without negotiation. In this case it is probably also desirable to 1836 * retry with the preauth plugin state cleared. 1901 krb5_boolean retry = FALSE; local 1926 &ctx->err_reply, &padata, &retry); 1938 retry) { 1972 if (retry) { 2293 /* Only a new request increments the loop count, not a TCP retry */
|
| /osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/ |
| H A D | cfga_led_ctl.c | 115 int retry = 0; local 242 retry = 0; 249 if (++retry > SESRETRY) { 255 if ((errno != 0) || (retry > SESRETRY)) { 375 if (++retry > SESRETRY) { 383 if ((errno != 0) || (retry > SESRETRY)) { 409 if (++retry > SESRETRY) { 417 if ((errno != 0) || (retry > SESRETRY)) {
|
| /osnet-11/usr/src/lib/libsldap/common/ |
| H A D | ns_connmgmt.h | 108 boolean_t retry; /* retry the request on certain error? */ member in struct:ns_conn_user
|
| /osnet-11/usr/src/lib/libkmf/libkmf/common/ |
| H A D | client.c | 103 int retry = 1; local 106 while (retry) { 109 retry = 1; 112 retry = 0; 115 retry = 0;
|
| /osnet-11/usr/src/lib/libpcp/common/ |
| H A D | libpcp.c | 1320 int retry = 0; local 1354 if (n <= 0 && retry > 2) { 1358 ++retry;
|
| /osnet-11/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_db_balance.c | 1191 * retry if all the errored drives are already in the diskset. 1215 int retry = 0; local 1238 if ((retry = try_again(cl, ep)) == TRUE) { 1250 if (retry) {
|
| /osnet-11/usr/src/lib/storage/libg_fc/common/ |
| H A D | genf.c | 612 int fd = -1, retry = 0; local 655 while (fd < 0 && retry++ < RETRY_OBJECT_OPEN && ( 658 retry, errno, path);
|
| /osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/ |
| H A D | ldapsinit.c | 179 static char *get_keypassword( PK11SlotInfo *slot, PRBool retry, 852 get_keypassword( PK11SlotInfo *slot, PRBool retry, void *sessionarg ) argument 856 if ( retry)
|
| /osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
| H A D | cfga_utils.c | 1248 int count, retry = 0, l_errno = 0; local 1362 (retry++ < HBA_MAX_RETRIES));
|
| /osnet-11/usr/src/cmd/sendmail/src/ |
| H A D | daemon.c | 3289 "My unqualified host name (%s) unknown; sleeping for retry", 3291 message("My unqualified host name (%s) unknown; sleeping for retry", 3931 int SM_NONVOLATILE retry = 0; local 4012 retry = _res.retry; 4013 _res.retry = map->map_retry; 4078 _res.retry = retry; 4405 saveretry = _res.retry; 4406 if (_res.retry * _re [all...] |