Home
last modified time | relevance | path

Searched refs:SCMD_COMPARE_AND_WRITE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dats_copy_mgr.c96 if (cdb0 != SCMD_COMPARE_AND_WRITE) in sbd_ats_do_handling_before_io()
102 if ((cdb0 != SCMD_COMPARE_AND_WRITE) && (cdb0 != SCMD_WRITE)) in sbd_ats_do_handling_before_io()
149 if ((cdb0 == SCMD_COMPARE_AND_WRITE) || in sbd_ats_do_handling_before_io()
150 (ats_state->as_cmd == SCMD_COMPARE_AND_WRITE)) { in sbd_ats_do_handling_before_io()
H A Dsbd_scsi.c3646 if (cdb0 == SCMD_COMPARE_AND_WRITE) { in sbd_new_task()
3772 case SCMD_COMPARE_AND_WRITE: in sbd_dbuf_xfer_done()
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h361 #define SCMD_COMPARE_AND_WRITE 0x89 macro