Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c1776 uint32_t lun_total = 0; in iscsi_sess_reportluns() local
1870 lun_total = lun_list_length / SCSI_REPORTLUNS_ADDRESS_SIZE; in iscsi_sess_reportluns()
1871 saved_replun_ptr = kmem_zalloc(lun_total * sizeof (replun_data_t), in iscsi_sess_reportluns()
1896 for (lun_count = lun_start; lun_count < lun_total; in iscsi_sess_reportluns()
1967 if (lun_count == lun_total) { in iscsi_sess_reportluns()
1985 for (lun_count = lun_start; lun_count < lun_total; lun_count++) { in iscsi_sess_reportluns()
2033 kmem_free(saved_replun_ptr, lun_total * sizeof (replun_data_t)); in iscsi_sess_reportluns()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c7304 int lun_total = 0; in aac_config_tgt() local
7386 lun_total++; in aac_config_tgt()
7395 lun_total++; in aac_config_tgt()
7398 return (lun_total); in aac_config_tgt()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c14544 uint32_t lun_total = 0; in mptsas_config_luns() local
14633 lun_total = lun_list_len / MPTSAS_SCSI_REPORTLUNS_ADDRESS_SIZE; in mptsas_config_luns()
14634 saved_repluns = kmem_zalloc(sizeof (uint16_t) * lun_total, KM_SLEEP); in mptsas_config_luns()
14639 for (lun_cnt = 0; lun_cnt < lun_total; lun_cnt++) { in mptsas_config_luns()
14657 mptsas_offline_missed_luns(pdip, saved_repluns, lun_total, ptgt); in mptsas_config_luns()
14658 kmem_free(saved_repluns, sizeof (uint16_t) * lun_total); in mptsas_config_luns()