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

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c7713 int sp_tagged_flag, abort_msg; local
7780 abort_msg = (sp_tagged_flag? MSG_ABORT_TAG : MSG_ABORT);
7787 rval = fas_abort_connected_cmd(fas, sp, abort_msg);
7795 abort_msg, slot);
7808 abort_msg = MSG_ABORT;
7815 abort_msg);
7819 NULL, abort_msg, slot);
7844 if (rval && (abort_msg == MSG_ABORT)) {

Completed in 99 milliseconds