Searched refs:num_luns (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 94 int num_luns, struct report_lun_resp *resp_buf, 982 int *num_luns, in get_report_lun_data() argument 1042 *num_luns = ntohl((*resp_buf)->num_lun) >> 3; in get_report_lun_data() 1068 int num_luns; in get_accessible_FCP_dev_ldata() local 1073 &num_luns, &resp_buf, &sense, l_errnop)) != FPCFGA_OK) { in get_accessible_FCP_dev_ldata() 1088 if (num_luns > 0) { in get_accessible_FCP_dev_ldata() 1090 dyncomp, num_luns, resp_buf, lap, l_errnop); in get_accessible_FCP_dev_ldata() 3040 int num_luns, in init_ldata_for_accessible_FCP_dev() argument 3061 if (num_luns == 0) { in init_ldata_for_accessible_FCP_dev() 3065 for (i = 0; i < num_luns; i++) { in init_ldata_for_accessible_FCP_dev() [all …]
|
H A D | cfga_cs.c | 697 int i, l_errno, num_luns = 0; in dev_change_state() local 729 &num_luns, &resp_buf, &sense, &l_errno)) != FPCFGA_OK) { in dev_change_state() 777 for (i = 0; i < num_luns; i++) { in dev_change_state() 809 if (num_luns == 0) { in dev_change_state()
|
H A D | cfga_fp.h | 447 const char *dyncomp, int *num_luns, report_lun_resp_t **resp_buf,
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 2866 int num_luns; in fcp_is_reconfig_needed() local 2882 num_luns = BE_32(report_lun->num_lun) >> 3; in fcp_is_reconfig_needed() 2895 if (num_luns <= lun_buflen) { in fcp_is_reconfig_needed() 2896 actual_luns = num_luns; in fcp_is_reconfig_needed() 2930 if (num_luns && num_luns != (ptgt->tgt_lun_cnt + num_masked_luns)) { in fcp_is_reconfig_needed()
|