Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c3340 un->un_lastop = ST_OP_NIL; in st_tape_init()
3437 (un->un_lastop != ST_OP_WRITE) && /* Didn't just write */ in st_close()
3438 (un->un_lastop != ST_OP_WEOF))) { /* or write filemarks */ in st_close()
3522 flag, un->un_fmneeded, un->un_lastop, un->un_pos.eof); in st_close()
3552 ((un->un_lastop == ST_OP_WRITE)||(un->un_lastop == ST_OP_WEOF))) || in st_close()
3553 ((flag == FWRITE) && (un->un_lastop == ST_OP_NIL)))) { in st_close()
3728 un->un_lastop = ST_OP_NIL; in st_close()
4785 ((un->un_lastop == ST_OP_WEOF && wfm) || in st_check_density_or_wfm()
4786 (un->un_lastop == ST_OP_WRITE && wfm))) { in st_check_density_or_wfm()
4798 if ((un->un_fmneeded > 0) || (un->un_lastop == ST_OP_WEOF)) { in st_check_density_or_wfm()
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h983 optype un_lastop; /* last I/O was: read/write/ctl */ member