Searched refs:tluns (Results 1 – 1 of 1) sorted by relevance
6998 uint32_t tluns, nluns; in scsi_device_reportluns() local7061 tluns = (((uint_t)lunrpt->lunrpt_len_msb << 24) | in scsi_device_reportluns()7066 if (tluns == 0) { in scsi_device_reportluns()7073 if (tluns > nluns) { in scsi_device_reportluns()7078 nluns = tluns; in scsi_device_reportluns()7084 "tluns changed from %d to %d", nluns, tluns)); in scsi_device_reportluns()7086 nluns = tluns; in scsi_device_reportluns()7107 *tlunsp = tluns; in scsi_device_reportluns()7111 "@%s,0 path %d: %d/%d luns", taddr, pi, nluns, tluns)); in scsi_device_reportluns()7158 uint32_t tluns; in scsi_hba_enum_lsf_of_t() local[all …]