MSG_ABORT
case MSG_ABORT:
if (msg_flags & MSG_ABORT) {
(sinfo->sinfo_flags & MSG_ABORT)) {
if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG ||
if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG) {
msgout = (TAGGED(tgt)? MSG_ABORT_TAG : MSG_ABORT);
msgout = MSG_ABORT;
case MSG_ABORT:
if (msgout == MSG_DEVICE_RESET || msgout == MSG_ABORT ||
if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG) {
abort_msg = (sp_tagged_flag? MSG_ABORT_TAG : MSG_ABORT);
abort_msg = MSG_ABORT;
if (rval && (abort_msg == MSG_ABORT)) {