Searched defs:xfer_status (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c509 stmf_status_t xfer_status; local
524 xfer_status = dbuf->db_xfer_status;
536 (xfer_status != STMF_SUCCESS));
587 ASSERT(xfer_status != STMF_SUCCESS);
589 stmf_abort(STMF_QUEUE_TASK_ABORT, task, xfer_status, NULL);
601 stmf_status_t xfer_status = dbuf->db_xfer_status; local
620 (xfer_status != STMF_SUCCESS));
703 ASSERT(xfer_status != STMF_SUCCESS);
704 stmf_abort(STMF_QUEUE_TASK_ABORT, task, xfer_status, NULL);

Completed in 50 milliseconds