Home
last modified time | relevance | path

Searched refs:ST_SHORT_FILEMARKS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h217 #define ST_SHORT_FILEMARKS 0x100000 /* This option applies only to */ macro
264 ST_READ_IGNORE_ILI | ST_READ_IGNORE_EOFS | ST_SHORT_FILEMARKS |\
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c3748 if (un->un_init_options & ST_SHORT_FILEMARKS) { in st_close()
3749 un->un_dp->options |= ST_SHORT_FILEMARKS; in st_close()
3751 un->un_dp->options &= ~ST_SHORT_FILEMARKS; in st_close()
5493 un->un_dp->options &= ~ST_SHORT_FILEMARKS; in st_ioctl()
5495 un->un_dp->options |= ST_SHORT_FILEMARKS; in st_ioctl()
8761 if ((un->un_dp->options & ST_SHORT_FILEMARKS) && in st_make_cmd()