Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confdata.c55 SCSI_OPTIONS_FAST20 |
/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Dautoconf.h58 #define SCSI_OPTIONS_FAST20 0x400 /* Global FAST20 scsi support */ macro
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcontroller.c100 if (cp->scsi_options & SCSI_OPTIONS_FAST20) { in controller_get_attributes()