Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc4.c64 int attempts = 2; in wrreg_wait() local
68 while (attempts--) { in wrreg_wait()
71 if (attempts) in wrreg_wait()
83 int attempts; in t1_mc4_init() local
118 attempts = 100; in t1_mc4_init()
122 } while (!(val & MC4_DLL_DONE) && --attempts); in t1_mc4_init()
171 attempts = 100; in t1_mc4_init()
175 } while ((val & F_BUSY) && --attempts); in t1_mc4_init()
306 int attempts = 10; in t1_mc4_bd_read() local
312 while ((val & F_BUSY) && attempts--) in t1_mc4_bd_read()
H A Dmc3.c196 unsigned int width, fast_asic, attempts; in t1_mc3_init() local
245 attempts = 100; in t1_mc3_init()
249 } while (!(val & MC3_DLL_DONE) && --attempts); in t1_mc3_init()
307 attempts = 100; in t1_mc3_init()
311 } while ((val & F_BUSY) && --attempts); in t1_mc3_init()
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_ldap.c87 if (retry->attempts > 0) { in __nis_retry_sleep()
88 retry->attempts -= 1; in __nis_retry_sleep()
89 } else if (retry->attempts == 0 && !forceSleep) { in __nis_retry_sleep()
H A Dnis_parse_ldap_attr.c627 if (config_info->threadCreationErrorTimeout.attempts == in add_operation_attribute()
630 config_info->threadCreationErrorTimeout.attempts = i; in add_operation_attribute()
660 if (config_info->dumpErrorTimeout.attempts == NO_VALUE_SET) { in add_operation_attribute()
662 config_info->dumpErrorTimeout.attempts = i; in add_operation_attribute()
768 if (table_info->retrieveErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()
770 table_info->retrieveErrorRetry.attempts = i; in add_operation_attribute()
816 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()
819 table_info->storeErrorRetry.attempts = i; in add_operation_attribute()
856 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()
858 table_info->refreshErrorRetry.attempts = i; in add_operation_attribute()
H A Ddb_table.cc247 m->retrieveErrorRetry.attempts = in initMappingStruct()
248 ldapDBTableMapping.retrieveErrorRetry.attempts; in initMappingStruct()
252 m->storeErrorRetry.attempts = in initMappingStruct()
253 ldapDBTableMapping.storeErrorRetry.attempts; in initMappingStruct()
258 m->refreshErrorRetry.attempts = in initMappingStruct()
259 ldapDBTableMapping.refreshErrorRetry.attempts; in initMappingStruct()
H A Dnis_parse_ldap_util.c132 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()
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()
1045 table_info->retrieveErrorRetry.attempts = in set_default_values()
1053 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) in set_default_values()
1054 table_info->storeErrorRetry.attempts = in set_default_values()
[all …]
H A Dnis_parse_ldap_conf.c1391 if (table_info->retrieveErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1399 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1407 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1457 if (table_info->retrieveErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1465 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1473 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1501 if (nis_config->threadCreationErrorTimeout.attempts == NO_VALUE_SET) in get_attribute_list()
1508 if (nis_config->dumpErrorTimeout.attempts == NO_VALUE_SET) in get_attribute_list()
H A Dnisdb_ldap.h128 int attempts; member
/illumos-gate/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.
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c8450 fcfp->attempts++; in emlxs_fcfi_unreg_failed_action()
8498 fcfp->attempts++; in emlxs_fcfi_reg_failed_action()
10097 vfip->attempts++; in emlxs_vfi_init_failed_action()
10492 vfip->attempts++; in emlxs_vfi_unreg_failed_action()
10689 vfip->attempts++; in emlxs_vfi_reg_failed_action()
12422 vpip->attempts++; in emlxs_vpi_init_failed_action()
13101 vpip->attempts++; in emlxs_vpi_logo_failed_action()
13315 vpip->attempts++; in emlxs_vpi_unreg_failed_action()
13538 vpip->attempts++; in emlxs_vpi_reg_failed_action()
15138 rpip->attempts++; in emlxs_rpi_unreg_failed_action()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcf.h180 uint32_t attempts; member
251 uint32_t attempts; member
311 uint32_t attempts; member
361 uint32_t attempts; member
488 uint32_t attempts; member
/illumos-gate/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/
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1391 int restarts, attempts; in apic_shutdown() local
1487 attempts = 0; in apic_shutdown()
1493 if (attempts >= 3) in apic_shutdown()
1495 ++attempts; in apic_shutdown()
1505 attempts = 0; in apic_shutdown()
1513 ++attempts; in apic_shutdown()
1529 attempts = 0; in apic_shutdown()
1536 if (attempts >= 3) in apic_shutdown()
1538 ++attempts; in apic_shutdown()
1546 attempts = 0; in apic_shutdown()
[all …]
/illumos-gate/usr/src/cmd/login/
H A Dlogin.dfl71 # attempts at LOG_CRIT.
83 # login will wait after RETRIES failed attempts or the PAM framework returns
97 # login attempts will be allowed by the system before a failed login
99 # if the variable is set to 0, login will log -all- failed login attempts.
/illumos-gate/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()
/illumos-gate/usr/src/cmd/make/bin/
H A Dstate.cc128 int attempts = 0; in write_state_file() local
203 if (attempts++ > 5) { in write_state_file()
359 if (attempts == 0) { in write_state_file()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.137 # Log all connection attempts for TCP
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.S54 ! If it is not, it attempts to align it and then checks the
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c578 int err, attempts = 0; in ndp_host_enumerate() local
585 while (attempts < MAX_ATTEMPTS) { in ndp_host_enumerate()
591 attempts++; in ndp_host_enumerate()
599 if (attempts == MAX_ATTEMPTS) { in ndp_host_enumerate()

123