Home
last modified time | relevance | path

Searched refs:err_cnt (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c196 int err_cnt = 0; in sas_util_list_hba() local
213 err_cnt++; in sas_util_list_hba()
214 return (err_cnt); in sas_util_list_hba()
227 err_cnt += processHBA(&input, NULL); in sas_util_list_hba()
231 return (err_cnt); in sas_util_list_hba()
255 int err_cnt = 0; in sas_util_list_hbaport() local
283 err_cnt++; in sas_util_list_hbaport()
284 return (err_cnt); in sas_util_list_hbaport()
297 err_cnt += processHBA(&input, handleHBAPort); in sas_util_list_hbaport()
301 return (err_cnt); in sas_util_list_hbaport()
[all …]
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c609 int err_cnt; in resync_comp() local
715 err_cnt = raid_state_cnt(un, RCS_ERRED | RCS_LAST_ERRED); in resync_comp()
758 if (raid_state_cnt(un, RCS_ERRED | RCS_LAST_ERRED) != err_cnt) { in resync_comp()
895 err_cnt = 0; in resync_comp()
902 err_cnt++; in resync_comp()
904 err_cnt++; in resync_comp()
910 if ((err_cnt == 0) && (last_err == 0)) in resync_comp()
914 ASSERT(err_cnt == 1); in resync_comp()
/titanic_41/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c732 int portIndex = 0, err_cnt = 0; in fc_util_list_hbaport() local
796 err_cnt++; in fc_util_list_hbaport()
807 err_cnt++; in fc_util_list_hbaport()
823 err_cnt++; in fc_util_list_hbaport()
834 err_cnt++; in fc_util_list_hbaport()
849 err_cnt++; in fc_util_list_hbaport()
935 err_cnt++; in fc_util_list_hbaport()
1016 if (err_cnt != 0) { in fc_util_list_hbaport()
1018 if (err_cnt == wwnCount) { in fc_util_list_hbaport()
/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_ipp.c546 npi_ipp_get_ecc_err_count(npi_handle_t handle, uint8_t portn, uint8_t *err_cnt) in npi_ipp_get_ecc_err_count() argument
550 IPP_REG_RD(handle, portn, IPP_ECC_ERR_COUNTER_REG, err_cnt); in npi_ipp_get_ecc_err_count()
566 npi_ipp_get_cs_err_count(npi_handle_t handle, uint8_t portn, uint16_t *err_cnt) in npi_ipp_get_cs_err_count() argument
570 IPP_REG_RD(handle, portn, IPP_BAD_CKSUM_ERR_CNT_REG, err_cnt); in npi_ipp_get_cs_err_count()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c2674 int err_cnt) in find_another_logical() argument
2693 (err_cnt > s->ms_lasterrcnt)) in find_another_logical()