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.h137 #define SCSI_LUN64_ILLEGAL (-1L) macro
139 #define SCSI_LUN64_ILLEGAL (-1LL) macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Dsgen_link.c91 (*lun64p != SCSI_LUN64_ILLEGAL)) {
H A Ddisk_link.c328 if (*lun64p != SCSI_LUN64_ILLEGAL) {
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3387 * Return SCSI_LUN64_ILLEGAL if the format is incorrect. A lun64 is at most
3391 * bogus /devices path) then scsi_addr_to_lun64 can return SCSI_LUN64_ILLEGAL.
3418 lun64 = SCSI_LUN64_ILLEGAL;
3420 lun64 = SCSI_LUN64_ILLEGAL;
3422 if (lun64 == SCSI_LUN64_ILLEGAL)
7691 if ((lun64 != 0) && (lun64 != SCSI_LUN64_ILLEGAL)) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c246 SCSI_ADDR_PROP_LUN64, SCSI_LUN64_ILLEGAL);
247 if (lun_num == SCSI_LUN64_ILLEGAL) {

Completed in 72 milliseconds