Home
last modified time | relevance | path

Searched refs:resp_status (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h171 uint_t resp_status[FC_STATUS_ENTRIES]; /* response status */ member
248 uint_t resp_status[FC_STATUS_ENTRIES]; /* response status */ member
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1857 uint32_t resp_status; in aac_pd_complete() local
1863 resp_status = ddi_get32(acc, &resp->status); in aac_pd_complete()
1866 if (resp_status == ST_OK) { in aac_pd_complete()
2018 resp_status); in aac_pd_complete()
2717 uint32_t resp_status; in aac_handle_adapter_config_issues() local
2739 resp_status = ddi_get32(acc, &resp->Status); in aac_handle_adapter_config_issues()
2741 if ((rval == AACOK) && (resp_status == 0) && (ct_status == CT_OK)) { in aac_handle_adapter_config_issues()
2753 resp_status = ddi_get32(acc, &resp->Status); in aac_handle_adapter_config_issues()
2755 if ((rval == AACOK) && (resp_status == 0) && in aac_handle_adapter_config_issues()
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c2371 if (fc_stats->pstats[port].resp_status[i] != 0) { in display_socal_stats()
2379 fc_stats->pstats[port].resp_status[i], i); in display_socal_stats()
2643 if (ifp_stats.resp_status[i] != 0) { in adm_display_err()
2654 ifp_stats.resp_status[i], i); in adm_display_err()