Searched refs:ustats (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/avs/sdbc/ |
H A D | scmadm.c | 146 spcs_s_info_t ustats; in get_cd_hint() local 149 nodehint = SDBC_IOCTL(SDBC_GET_NODE_HINT, 0, 0, 0, 0, 0, &ustats); in get_cd_hint() 153 sdbc_report_error(&ustats); in get_cd_hint() 157 cdhint = SDBC_IOCTL(SDBC_GET_CD_HINT, cd, 0, 0, 0, 0, &ustats); in get_cd_hint() 161 sdbc_report_error(&ustats); in get_cd_hint() 367 spcs_s_info_t ustats; in sdbc_set_maxdev() local 370 0, 0, 0, 0, &ustats) == SPCS_S_ERROR) { in sdbc_set_maxdev() 373 sdbc_report_error(&ustats); in sdbc_set_maxdev() 943 spcs_s_info_t ustats; in scmadm_lintmain() local 1126 0, 0, 0, &ustats)) == SPCS_S_ERROR) { in scmadm_lintmain() [all …]
|
H A D | sd_stats.c | 145 spcs_s_info_t ustats; in sd_stats_lintmain() local 163 0, 0, 0, 0, &ustats) == SPCS_S_ERROR) { in sd_stats_lintmain() 164 if (ustats) { /* if SPCS_S_ERROR */ in sd_stats_lintmain() 165 spcs_s_report(ustats, stderr); in sd_stats_lintmain() 166 spcs_s_ufree(&ustats); in sd_stats_lintmain() 234 &ustats) == SPCS_S_ERROR) { in sd_stats_lintmain() 235 if (ustats) { in sd_stats_lintmain() 236 spcs_s_report(ustats, stderr); in sd_stats_lintmain() 237 spcs_s_ufree(&ustats); in sd_stats_lintmain() 363 spcs_s_info_t ustats; in checkbuf() local [all …]
|
H A D | sd_trace.c | 184 spcs_s_info_t ustats; in is_dirty() local 187 &ustats) == SPCS_S_ERROR) { in is_dirty() 189 if (ustats) { in is_dirty() 190 spcs_s_report(ustats, stderr); in is_dirty() 191 spcs_s_ufree(&ustats); in is_dirty() 210 spcs_s_info_t ustats; in display_cache() local 212 if (SDBC_IOCTL(SDBC_STATS, cs_cur, 0, 0, 0, 0, &ustats) == in display_cache() 215 if (ustats) { in display_cache() 216 spcs_s_report(ustats, stderr); in display_cache() 217 spcs_s_ufree(&ustats); in display_cache() [all …]
|