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

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confdata.c47 int scsi_options = variable
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcontroller.c87 if (cp->scsi_options != -1) {
88 if (cp->scsi_options & SCSI_OPTIONS_FAST) {
95 if (cp->scsi_options & SCSI_OPTIONS_WIDE) {
102 if (cp->scsi_options & SCSI_OPTIONS_FAST20) {
109 if (cp->scsi_options & SCSI_OPTIONS_FAST40) {
116 if (cp->scsi_options & SCSI_OPTIONS_FAST80) {
H A Ddisks_private.h91 int scsi_options; member in struct:controller_info
H A Dfindevs.c419 cp->scsi_options = get_prop(SCSI_OPTIONS_PROP, node);
/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Dautoconf.h34 * SCSI subsystem scsi_options
190 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.c1137 CONFIG_INT_PROP(self, "scsi-options", scsi_options);
1981 * NOTE: Don't limit LUNs to scsi_options value because a
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1458 ((scsi_options & SCSI_DEBUG_TGT) || (st_debug & 0x7))

Completed in 111 milliseconds