Searched refs:try_cnt (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libpcp/common/ |
H A D | libpcp.c | 578 int try_cnt; in pcp_io_op() local 607 try_cnt = 0; in pcp_io_op() 609 try_cnt++; in pcp_io_op() 610 if (try_cnt > PCPL_MAX_TRY_CNT) { in pcp_io_op()
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | esi.c | 1251 int try_cnt = 0; in esi_ping() local 1271 try_cnt ++; in esi_ping() 1272 } while (try_cnt < esi_threshold); in esi_ping()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 2281 ns_conn_user_type_t type, int *try_cnt, int *rc, in __s_api_setup_retry_search() argument 2288 if (*try_cnt > 0 && cu != NULL) { in __s_api_setup_retry_search() 2308 *try_cnt = *try_cnt + 1; in __s_api_setup_retry_search() 2309 if (*try_cnt > NS_LIST_TRY_MAX) in __s_api_setup_retry_search() 2314 if (*try_cnt == 1) { /* first call before any retry */ in __s_api_setup_retry_search() 2323 if (*try_cnt > 1 && rc != NS_LDAP_SUCCESS && *errorp != NULL) in __s_api_setup_retry_search()
|
H A D | ns_reads.c | 3323 int try_cnt = 0; in __ns_ldap_list_sort() local 3328 &try_cnt, &rc, errorp) == 0) in __ns_ldap_list_sort() 3701 int try_cnt = 0; in __s_api_find_domainname() local 3706 &try_cnt, &rc, errorp) == 0) in __s_api_find_domainname() 3933 int try_cnt = 0; in __ns_ldap_firstEntry() local 3938 &try_cnt, &rc, errorp) == 0) in __ns_ldap_firstEntry() 5793 int try_cnt = 0; in __ns_ldap_getAcctMgmt() local 5799 &try_cnt, &rc, &error) == 0) in __ns_ldap_getAcctMgmt()
|
/titanic_41/usr/src/uts/sun4v/ontario/io/ |
H A D | tsalarm.c | 1060 int try_cnt; in tsal_pcp_io_op() local 1088 try_cnt = 0; in tsal_pcp_io_op() 1090 try_cnt++; in tsal_pcp_io_op() 1091 if (try_cnt > PCP_MAX_TRY_CNT) { in tsal_pcp_io_op()
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm.c | 822 int try_cnt; /* number of tries done */ in etm_io_op() local 863 try_cnt = 0; in etm_io_op() 870 try_cnt++; in etm_io_op() 871 if (try_cnt > ETM_TRY_MAX_CNT) { in etm_io_op()
|
/titanic_41/usr/src/uts/common/io/iwk/ |
H A D | iwk_hw.h | 1476 uint8_t try_cnt; member
|
/titanic_41/usr/src/uts/common/io/iwp/ |
H A D | iwp_hw.h | 1458 uint8_t try_cnt; member
|
/titanic_41/usr/src/uts/common/io/iwh/ |
H A D | iwh_hw.h | 1458 uint8_t try_cnt; member
|