Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h213 #define ST_READ_IGNORE_EOFS 0x80000 /* When this flag is set two */ macro
264 ST_READ_IGNORE_ILI | ST_READ_IGNORE_EOFS | ST_SHORT_FILEMARKS |\
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c3449 (!(un->un_dp->options & ST_READ_IGNORE_EOFS)) && in st_close()
3742 if (un->un_init_options & ST_READ_IGNORE_EOFS) { in st_close()
3743 un->un_dp->options |= ST_READ_IGNORE_EOFS; in st_close()
3745 un->un_dp->options &= ~ST_READ_IGNORE_EOFS; in st_close()
5465 un->un_dp->options &= ~ST_READ_IGNORE_EOFS; in st_ioctl()
5469 un->un_dp->options |= ST_READ_IGNORE_EOFS; in st_ioctl()
12119 !(un->un_dp->options & ST_READ_IGNORE_EOFS) && in st_set_state()