Home
last modified time | relevance | path

Searched refs:MSG_ABORT (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmessage.h50 #define MSG_ABORT 0x06 macro
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h189 #define MSG_ABORT 3 macro
H A Dap_msg.c473 case MSG_ABORT: in ap_msg()
/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h138 #define MSG_ABORT 0x02 /* Abort the connection */ macro
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c4521 if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG || in fas_handle_unknown()
4528 if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG) { in fas_handle_unknown()
5634 msgout = (TAGGED(tgt)? MSG_ABORT_TAG : MSG_ABORT); in fas_onebyte_msg()
5677 msgout = MSG_ABORT; in fas_onebyte_msg()
5684 case MSG_ABORT: in fas_onebyte_msg()
5932 if (msgout == MSG_DEVICE_RESET || msgout == MSG_ABORT || in fas_handle_msg_out_done()
5939 if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG) { in fas_handle_msg_out_done()
7780 abort_msg = (sp_tagged_flag? MSG_ABORT_TAG : MSG_ABORT); in fas_do_scsi_abort()
7808 abort_msg = MSG_ABORT; in fas_do_scsi_abort()
7844 if (rval && (abort_msg == MSG_ABORT)) { in fas_do_scsi_abort()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c767 (sinfo->sinfo_flags & MSG_ABORT)) { in sosctp_sendmsg()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c219 if (msg_flags & MSG_ABORT) { in sctp_sendmsg()