Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h144 #define ST_NOBUF 0x080 /* Don't use buffered mode. */ macro
261 ST_LONG_ERASE | ST_AUTODEN_OVERRIDE | ST_NOBUF | ST_KNOWS_EOD |\
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst_conf.c1366 ST_NOBUF | /* 00080 Don't use buffered mode. */
H A Dst.c7174 un->un_dp->options |= ST_NOBUF; in st_determine_generic()
8267 if (un->un_dp->options & ST_NOBUF) { in st_modeselect()