Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confdata.c56 SCSI_OPTIONS_FAST40 |
/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Dautoconf.h59 #define SCSI_OPTIONS_FAST40 0x800 /* Global FAST40 scsi support */ macro
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcontroller.c107 if (cp->scsi_options & SCSI_OPTIONS_FAST40) { in controller_get_attributes()