Home
last modified time | relevance | path

Searched refs:scsi_options (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcontroller.c85 if (cp->scsi_options != -1) { in controller_get_attributes()
86 if (cp->scsi_options & SCSI_OPTIONS_FAST) { in controller_get_attributes()
93 if (cp->scsi_options & SCSI_OPTIONS_WIDE) { in controller_get_attributes()
100 if (cp->scsi_options & SCSI_OPTIONS_FAST20) { in controller_get_attributes()
107 if (cp->scsi_options & SCSI_OPTIONS_FAST40) { in controller_get_attributes()
114 if (cp->scsi_options & SCSI_OPTIONS_FAST80) { in controller_get_attributes()
H A Ddisks_private.h95 int scsi_options; member
H A Dfindevs.c376 cp->scsi_options = get_prop(SCSI_OPTIONS_PROP, node); in add_controller()
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confdata.c47 int scsi_options = variable
/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Dautoconf.h190 extern int scsi_options;
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c39 #define DEBUGGING ((scsi_options & SCSI_DEBUG_TGT) && sddebug > 1)
H A Dscsi_hba.c1141 CONFIG_INT_PROP(self, "scsi-options", scsi_options); in scsa_tran_setup()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1458 ((scsi_options & SCSI_DEBUG_TGT) || (st_debug & 0x7))