Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h712 ST_OP_WRITE, enumerator
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c3437 (un->un_lastop != ST_OP_WRITE) && /* Didn't just write */ in st_close()
3552 ((un->un_lastop == ST_OP_WRITE)||(un->un_lastop == ST_OP_WEOF))) || in st_close()
4786 (un->un_lastop == ST_OP_WRITE && wfm))) { in st_check_density_or_wfm()
5987 (un->un_lastop == ST_OP_WRITE) || in st_do_mtioctop()
8694 un->un_lastop = ST_OP_WRITE; in st_make_cmd()
8745 un->un_lastop = ST_OP_WRITE; in st_make_cmd()
9000 if ((prev_op == ST_OP_WRITE) || (prev_op == ST_OP_WEOF)) { in st_make_cmd()
11711 un->un_lastop = ST_OP_WRITE; in st_set_state()
11734 new_lastop = ST_OP_WRITE; in st_set_state()
12073 if (((un->un_lastop == ST_OP_WRITE) || in st_set_state()