Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h207 #define ST_READ_IGNORE_ILI 0x40000 /* This flag is only applicable */ 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.c3736 if (un->un_init_options & ST_READ_IGNORE_ILI) { in st_close()
3737 un->un_dp->options |= ST_READ_IGNORE_ILI; in st_close()
3739 un->un_dp->options &= ~ST_READ_IGNORE_ILI; in st_close()
5434 un->un_dp->options &= ~ST_READ_IGNORE_ILI; in st_ioctl()
5438 un->un_dp->options |= ST_READ_IGNORE_ILI; in st_ioctl()
8690 (un->un_dp->options & ST_READ_IGNORE_ILI)) { in st_make_cmd()