Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dinquiry.h42 #define SUN_MIN_INQLEN 4 macro
/titanic_41/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1320 ((SUN_INQSIZE - inq_pkt->pkt_resid) < SUN_MIN_INQLEN)) { in scsi_hba_probe_pi()
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3978 ((SUN_INQSIZE - rsp->fcp_resid) >= SUN_MIN_INQLEN))) { in sf_inq_callback()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3271 if ((SUN_INQSIZE - resid) >= SUN_MIN_INQLEN) { in sd_spin_up_unit()