Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/
H A Dscsi_address.h138 #define SCSI_LUN64_ILLEGAL (-1L) macro
140 #define SCSI_LUN64_ILLEGAL (-1LL) macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Dsgen_link.c92 (*lun64p != SCSI_LUN64_ILLEGAL)) { in sgen_callback()
H A Ddisk_link.c329 if (*lun64p != SCSI_LUN64_ILLEGAL) { in disk_callback_sas()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c246 SCSI_ADDR_PROP_LUN64, SCSI_LUN64_ILLEGAL); in pmcs_scsa_tran_tgt_init()
247 if (lun_num == SCSI_LUN64_ILLEGAL) { in pmcs_scsa_tran_tgt_init()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3423 lun64 = SCSI_LUN64_ILLEGAL; in scsi_addr_to_lun64()
3425 lun64 = SCSI_LUN64_ILLEGAL; in scsi_addr_to_lun64()
3427 if (lun64 == SCSI_LUN64_ILLEGAL) in scsi_addr_to_lun64()
7696 if ((lun64 != 0) && (lun64 != SCSI_LUN64_ILLEGAL)) { in scsi_hba_bus_configone()