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

12

/netbsd-current/sys/dev/ic/
H A Disp_stds.h214 #ifndef MSG_ABORT
215 #define MSG_ABORT 0x06 macro
H A Dninjascsi32.c1821 njsc32_add_msgout(sc, MSG_ABORT);
2060 case MSG_ABORT: /* 0x06 I->T only */
H A Dncr5380sbc.c1892 sc->sc_omess[0] = MSG_ABORT;
H A Disp_target.c906 case MSG_ABORT:
H A Dmb89352.c1337 sc->sc_omess[0] = MSG_ABORT;
H A Daic6360.c1351 sc->sc_omess[0] = MSG_ABORT;
H A Dwd33c93.c1864 sc->sc_omsg[0] = MSG_ABORT;
H A Daic7xxx.c1257 || ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT, TRUE)) {
2317 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
3340 case MSG_ABORT:
H A Diha.c2180 abortmsg = MSG_ABORT; /* until a valid tag has been obtained */
H A Dncr53c9x.c2011 sc->sc_omess[0] = MSG_ABORT;
/netbsd-current/sys/dev/scsipi/
H A Dscsi_message.h11 #define MSG_ABORT 0x06 /* O/M */ macro
/netbsd-current/sys/arch/amiga/dev/
H A Dscivar.h107 #define MSG_ABORT 0x06 macro
H A Dsiopvar.h197 #define MSG_ABORT 0x06 macro
H A Dsbicvar.h182 #define MSG_ABORT 0x06 macro
/netbsd-current/sys/arch/mvme68k/dev/
H A Dsbicvar.h169 #define MSG_ABORT 0x06 macro
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380.c927 uint8_t msg = MSG_ABORT;
1012 if ((reqp->msgout == MSG_ABORT) &&
1027 reqp->msgout = MSG_ABORT;
1048 reqp->msgout = MSG_ABORT;
1085 if (reqp->msgout == MSG_ABORT) {
1139 nack_message(reqp, MSG_ABORT);
1181 case MSG_ABORT:
1333 msg = MSG_ABORT;
1585 reqp->msgout = MSG_ABORT;
/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380.c907 u_char msg = MSG_ABORT;
989 if ((reqp->msgout == MSG_ABORT)
1003 reqp->msgout = MSG_ABORT;
1023 reqp->msgout = MSG_ABORT;
1061 if (reqp->msgout == MSG_ABORT) {
1115 nack_message(reqp, MSG_ABORT);
1157 case MSG_ABORT:
1307 msg = MSG_ABORT;
1551 reqp->msgout = MSG_ABORT;
/netbsd-current/sys/arch/acorn32/podulebus/
H A Dsbicvar.h172 #define MSG_ABORT 0x06 macro
/netbsd-current/sys/dev/isa/
H A Dseagate.c951 msg[0] = MSG_ABORT;
1181 msg = MSG_ABORT;
1301 msgout = MSG_ABORT;
1376 case MSG_ABORT:
1424 if (msgout == MSG_ABORT) {
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dscsireg.h138 #define MSG_ABORT 0x06 macro
H A Dsc.c448 hd->scsi_temp = MSG_ABORT;
/netbsd-current/sys/arch/hp300/stand/common/
H A Dscsireg.h162 #define MSG_ABORT 0x06 macro
/netbsd-current/sys/arch/pmax/ibus/
H A Dsii.c1403 regs->data = MSG_ABORT;
/netbsd-current/sys/arch/x68k/dev/
H A Dmha.c1389 sc->sc_omess[0] = MSG_ABORT;
/netbsd-current/sys/dev/pci/
H A Dtrm.c1293 sc->sc_msgbuf[0] = MSG_ABORT;

Completed in 340 milliseconds

12