Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst_conf.c260 ST_UNLOADABLE, /* 00400 Driver can be unloaded */
293 ST_UNLOADABLE, /* 00400 Driver can be unloaded */
331 ST_UNLOADABLE | /* 00400 Driver can be unloaded */
368 ST_UNLOADABLE | /* 00400 Driver can be unloaded */
409 ST_UNLOADABLE | /* 00400 Driver can be unloaded */
447 ST_UNLOADABLE | /* 00400 Driver can be unloaded */
487 ST_UNLOADABLE, /* 00400 Driver can be unloaded */
530 ST_UNLOADABLE, /* 00400 Driver can be unloaded */
577 ST_UNLOADABLE | /* 00400 Driver can be unloaded */
620 ST_UNLOADABLE | /* 00400 Driver can be unloaded */
[all …]
H A Dst.c1257 if (((un->un_dp->options & ST_UNLOADABLE) == 0) || in st_detach()
2313 un->un_dp->options |= ST_MODE_SEL_COMP | ST_UNLOADABLE; in st_get_conf_from_tape_drive()
2407 tem_dp->options |= ST_BSF | ST_BSR | ST_KNOWS_EOD | ST_UNLOADABLE; in st_get_conf_from_tape_drive()
2776 dp->options |= (ST_DYNAMIC | ST_UNLOADABLE | ST_MODE_SEL_COMP); in st_get_default_conf()
7168 (ST_LONG_ERASE | ST_UNLOADABLE | ST_BSF | ST_BSR | ST_KNOWS_EOD); in st_determine_generic()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h162 #define ST_UNLOADABLE 0x400 /* Device will not complain if */ macro
262 ST_UNLOADABLE | ST_SOFT_ERROR_REPORTING | ST_LONG_TIMEOUTS |\