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

/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmessage.h52 #define MSG_ABORT 0x06 macro
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h191 #define MSG_ABORT 3 macro
H A Dap_msg.c473 case MSG_ABORT:
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Dsctp.h138 #define MSG_ABORT 0x02 /* Abort the connection */ macro
/opensolaris-onvv-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c3231 * (e.g, MSG_ABORT or MSG_DEVICE_RESET)
4522 if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG ||
4529 if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG) {
5635 msgout = (TAGGED(tgt)? MSG_ABORT_TAG : MSG_ABORT);
5678 msgout = MSG_ABORT;
5685 case MSG_ABORT:
5745 /* case MSG_ABORT */
5933 if (msgout == MSG_DEVICE_RESET || msgout == MSG_ABORT ||
5940 if (msgout == MSG_ABORT || msgout == MSG_ABORT_TAG) {
7781 abort_msg = (sp_tagged_flag? MSG_ABORT_TAG : MSG_ABORT);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c758 (sinfo->sinfo_flags & MSG_ABORT)) {
/opensolaris-onvv-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c219 if (msg_flags & MSG_ABORT) {

Completed in 279 milliseconds