Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c7003 uint32_t tluns, nluns; in scsi_device_reportluns() local
7066 tluns = (((uint_t)lunrpt->lunrpt_len_msb << 24) | in scsi_device_reportluns()
7071 if (tluns == 0) { in scsi_device_reportluns()
7078 if (tluns > nluns) { in scsi_device_reportluns()
7083 nluns = tluns; in scsi_device_reportluns()
7089 "tluns changed from %d to %d", nluns, tluns)); in scsi_device_reportluns()
7091 nluns = tluns; in scsi_device_reportluns()
7112 *tlunsp = tluns; in scsi_device_reportluns()
7116 "@%s,0 path %d: %d/%d luns", taddr, pi, nluns, tluns)); in scsi_device_reportluns()
7163 uint32_t tluns; in scsi_hba_enum_lsf_of_t() local
[all …]