Searched refs:try_cnt (Results  1 – 9 of 9) sorted by relevance
| /onnv-gate/usr/src/lib/libpcp/common/ | 
| H A D | libpcp.c | 578 	int	try_cnt;  in pcp_io_op()  local607 		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()
 
 | 
| /onnv-gate/usr/src/cmd/isns/isnsd/ | 
| H A D | esi.c | 1251 	int try_cnt = 0;  in esi_ping()  local1271 		try_cnt ++;  in esi_ping()
 1272 	} while (try_cnt < esi_threshold);  in esi_ping()
 
 | 
| /onnv-gate/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()  argument2288 	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()  local3328 		    &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()
 
 | 
| /onnv-gate/usr/src/uts/sun4v/ontario/io/ | 
| H A D | tsalarm.c | 1060 	int	try_cnt;  in tsal_pcp_io_op()  local1088 		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()
 
 | 
| /onnv-gate/usr/src/cmd/fm/modules/sun4v/etm/ | 
| H A D | etm.c | 822 	int		try_cnt;	/* number of tries done */  in etm_io_op()  local863 		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()
 
 | 
| /onnv-gate/usr/src/uts/common/io/iwk/ | 
| H A D | iwk_hw.h | 1476 	uint8_t try_cnt;  member
 | 
| /onnv-gate/usr/src/uts/common/io/iwh/ | 
| H A D | iwh_hw.h | 1458 	uint8_t try_cnt;  member
 | 
| /onnv-gate/usr/src/uts/common/io/iwp/ | 
| H A D | iwp_hw.h | 1458 	uint8_t try_cnt;  member
 |