Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h721 ST_EOF_PENDING, /* filemark pending */ enumerator
1191 #define IN_EOF(pos) (pos.eof == ST_EOF_PENDING || pos.eof == ST_EOF)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c3458 if (un->un_pos.eof >= ST_EOF_PENDING) { in st_close()
3479 case ST_EOF_PENDING: in st_close()
4345 case ST_EOF_PENDING: in st_queued_strategy()
4566 if ((un->un_pos.eof >= ST_EOF_PENDING) && in st_space_fmks()
4698 if ((un->un_pos.eof >= ST_EOF_PENDING) && in st_find_eod()
10868 pos->eof = ST_EOF_PENDING; in st_decode_sense()
10942 pos->eof = ST_EOF_PENDING; in st_decode_sense()
11645 if (un->un_pos.eof != ST_EOF_PENDING) { in st_calc_bnum()
11865 if (un->un_pos.eof >= ST_EOF_PENDING) { in st_set_state()
15608 un->un_pos.eof == ST_EOF_PENDING) { in st_space_records()
[all …]