Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 75) sorted by relevance

123

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dmc4.c66 int attempts = 2; in wrreg_wait() local
70 while (attempts--) { in wrreg_wait()
73 if (attempts) in wrreg_wait()
85 int attempts; in t1_mc4_init() local
120 attempts = 100; in t1_mc4_init()
124 } while (!(val & MC4_DLL_DONE) && --attempts); in t1_mc4_init()
173 attempts = 100; in t1_mc4_init()
177 } while ((val & F_BUSY) && --attempts); in t1_mc4_init()
308 int attempts = 10; in t1_mc4_bd_read() local
314 while ((val & F_BUSY) && attempts--) in t1_mc4_bd_read()
H A Dmc3.c198 unsigned int width, fast_asic, attempts; in t1_mc3_init() local
247 attempts = 100; in t1_mc3_init()
251 } while (!(val & MC3_DLL_DONE) && --attempts); in t1_mc3_init()
309 attempts = 100; in t1_mc3_init()
313 } while ((val & F_BUSY) && --attempts); in t1_mc3_init()
/titanic_50/usr/src/lib/libnisdb/
H A Dnis_ldap.c89 if (retry->attempts > 0) { in __nis_retry_sleep()
90 retry->attempts -= 1; in __nis_retry_sleep()
91 } else if (retry->attempts == 0 && !forceSleep) { in __nis_retry_sleep()
H A Dnis_parse_ldap_attr.c629 if (config_info->threadCreationErrorTimeout.attempts == in add_operation_attribute()
632 config_info->threadCreationErrorTimeout.attempts = i; in add_operation_attribute()
662 if (config_info->dumpErrorTimeout.attempts == NO_VALUE_SET) { in add_operation_attribute()
664 config_info->dumpErrorTimeout.attempts = i; in add_operation_attribute()
770 if (table_info->retrieveErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()
772 table_info->retrieveErrorRetry.attempts = i; in add_operation_attribute()
818 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()
821 table_info->storeErrorRetry.attempts = i; in add_operation_attribute()
858 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()
860 table_info->refreshErrorRetry.attempts = i; in add_operation_attribute()
H A Ddb_table.cc246 m->retrieveErrorRetry.attempts = in initMappingStruct()
247 ldapDBTableMapping.retrieveErrorRetry.attempts; in initMappingStruct()
251 m->storeErrorRetry.attempts = in initMappingStruct()
252 ldapDBTableMapping.storeErrorRetry.attempts; in initMappingStruct()
257 m->refreshErrorRetry.attempts = in initMappingStruct()
258 ldapDBTableMapping.refreshErrorRetry.attempts; in initMappingStruct()
H A Dnis_parse_ldap_util.c129 config_info->threadCreationErrorTimeout.attempts = NO_VALUE_SET; in initialize_parse_structs()
132 config_info->dumpErrorTimeout.attempts = NO_VALUE_SET; in initialize_parse_structs()
142 table_info->retrieveErrorRetry.attempts = NO_VALUE_SET; in initialize_parse_structs()
145 table_info->storeErrorRetry.attempts = NO_VALUE_SET; in initialize_parse_structs()
148 table_info->refreshErrorRetry.attempts = NO_VALUE_SET; in initialize_parse_structs()
1007 if (config_info->threadCreationErrorTimeout.attempts == NO_VALUE_SET) in set_default_values()
1008 config_info->threadCreationErrorTimeout.attempts = in set_default_values()
1017 if (config_info->dumpErrorTimeout.attempts == NO_VALUE_SET) in set_default_values()
1018 config_info->dumpErrorTimeout.attempts = in set_default_values()
1044 if (table_info->retrieveErrorRetry.attempts == NO_VALUE_SET) in set_default_values()
[all …]
/titanic_50/usr/src/cmd/su/
H A Dsu.dfl27 # SULOG determines the location of the file used to log all su attempts
31 # CONSOLE determines whether attempts to su to root should be logged
45 # to log all su attempts. LOG_NOTICE messages are generated for su's to
47 # messages are generated for failed su attempts.
/titanic_50/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c562 int attempts = 0; in auditd_plugin() local
599 current_host->host->h_name, attempts + 1, retries)); in auditd_plugin()
618 attempts++; in auditd_plugin()
631 "retry %d connection %s:%d %s", attempts + 1, in auditd_plugin()
641 ext_error, attempts + 1); in auditd_plugin()
645 if (attempts < retries) { in auditd_plugin()
647 timeout = BOFF_TIMEOUT(attempts, timeout); in auditd_plugin()
657 attempts = 0; in auditd_plugin()
661 if (current_host == start_host && attempts == 0) { in auditd_plugin()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcf.h178 uint32_t attempts; member
249 uint32_t attempts; member
309 uint32_t attempts; member
359 uint32_t attempts; member
486 uint32_t attempts; member
/titanic_50/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c441 int attempts; in n2rng_do_health_check() local
443 for (attempts = 0; in n2rng_do_health_check()
444 (attempts < RNG_MAX_LOGIC_TEST_ATTEMPTS) && rv; attempts++) { in n2rng_do_health_check()
452 } else if (attempts > 1) { in n2rng_do_health_check()
455 attempts - 1); in n2rng_do_health_check()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c3152 fcftab->attempts = 0; in emlxs_fc_fcftab_topo_action()
3169 if (fcftab->attempts == 0) { in emlxs_fc_fcftab_topo_action()
3258 fcftab->attempts++; in emlxs_fc_fcftab_topo_failed_action()
3267 arg1, fcftab->attempts); in emlxs_fc_fcftab_topo_failed_action()
3273 (fcftab->attempts >= 3)) { in emlxs_fc_fcftab_topo_failed_action()
3280 fcftab->attempts, in emlxs_fc_fcftab_topo_failed_action()
3284 FCF_REASON_OP_FAILED, fcftab->attempts, arg1); in emlxs_fc_fcftab_topo_failed_action()
3293 fcftab->attempts, in emlxs_fc_fcftab_topo_failed_action()
3297 FCF_REASON_OP_FAILED, fcftab->attempts, arg1); in emlxs_fc_fcftab_topo_failed_action()
3328 fcftab->attempts); in emlxs_fc_fcftab_topo_cmpl_action()
[all …]
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1165 int restarts, attempts; in apic_shutdown() local
1261 attempts = 0; in apic_shutdown()
1267 if (attempts >= 3) in apic_shutdown()
1269 ++attempts; in apic_shutdown()
1279 attempts = 0; in apic_shutdown()
1285 if (attempts >= 3) in apic_shutdown()
1287 ++attempts; in apic_shutdown()
1303 attempts = 0; in apic_shutdown()
1310 if (attempts >= 3) in apic_shutdown()
1312 ++attempts; in apic_shutdown()
[all …]
/titanic_50/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reap.ksh91 attempts++;
95 /attempts > 10/
H A Dtst.noreap.ksh99 attempts++;
103 /attempts > 10/
H A Dtst.noreapring.ksh91 attempts++;
95 /attempts > 10/
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.c87 int attempts, int delay) in t4_wait_op_done() argument
89 return (t4_wait_op_done_val(adapter, reg, mask, polarity, attempts, in t4_wait_op_done()
/titanic_50/usr/src/cmd/login/
H A Dlogin.dfl68 # attempts at LOG_CRIT.
80 # login will wait after RETRIES failed attempts or the PAM framework returns
94 # login attempts will be allowed by the system before a failed login
96 # if the variable is set to 0, login will log -all- failed login attempts.
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2-pam.c202 if (authctxt->method->attempts) in do_pam_kbdint()
203 authctxt->method->attempts--; in do_pam_kbdint()
453 method->attempts++; in kbdint_pam_abandon()
H A Dauth2-pubkey.c120 authctxt->method->attempts++; in userauth_pubkey()
344 method->attempts++; in userauth_pubkey_abandon()
/titanic_50/usr/src/cmd/make/bin/
H A Dstate.cc128 register int attempts = 0; in write_state_file() local
203 if (attempts++ > 5) { in write_state_file()
359 if (attempts == 0) { in write_state_file()
/titanic_50/usr/src/stand/lib/inet/
H A Dibd.c295 int attempts = 0; /* failed attempts after success */ in ibd_input() local
371 attempts++; in ibd_input()
408 attempts = 0; in ibd_input()
458 } while (attempts < IBD_INPUT_ATTEMPTS && in ibd_input()
H A Dethernet.c296 int attempts = 0; /* failed attempts after success */ in ether_input() local
371 attempts++; in ether_input()
409 attempts = 0; in ether_input()
466 } while (attempts < ETHER_INPUT_ATTEMPTS && in ether_input()
/titanic_50/usr/src/cmd/ipf/examples/
H A Dexample.137 # Log all connection attempts for TCP
/titanic_50/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c143 for (count = retrieveRetry->attempts; (0 <= count) || in read_from_dit()
144 (-1 == retrieveRetry->attempts); count --) { in read_from_dit()
161 if (0 != retrieveRetry->attempts) in read_from_dit()
220 for (count = storeRetry->attempts; (0 <= count) || in write_to_dit()
221 (-1 == storeRetry->attempts); count --) { in write_to_dit()
255 if (0 != storeRetry->attempts) in write_to_dit()
/titanic_50/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s54 ! If it is not, it attempts to align it and then checks the

123